Struct RfBandEventInd
#[repr(C)]pub struct RfBandEventInd {
pub info: RfBandInfo,
}Fields§
§info: RfBandInfoTrait Implementations§
§impl Clone for RfBandEventInd
impl Clone for RfBandEventInd
§fn clone(&self) -> RfBandEventInd
fn clone(&self) -> RfBandEventInd
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RfBandEventInd
Auto Trait Implementations§
impl Freeze for RfBandEventInd
impl RefUnwindSafe for RfBandEventInd
impl Send for RfBandEventInd
impl Sync for RfBandEventInd
impl Unpin for RfBandEventInd
impl UnwindSafe for RfBandEventInd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more