Struct RadioIf
#[repr(transparent)]pub struct RadioIf(pub c_int);Expand description
Radio interface technology type.
Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
impl Copy for RadioIf
impl Eq for RadioIf
impl StructuralPartialEq for RadioIf
Auto Trait Implementations§
impl Freeze for RadioIf
impl RefUnwindSafe for RadioIf
impl Send for RadioIf
impl Sync for RadioIf
impl Unpin for RadioIf
impl UnwindSafe for RadioIf
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