#[repr(transparent)]pub struct TetheringWiFiBand(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl TetheringWiFiBand
impl TetheringWiFiBand
Trait Implementations
impl Clone for TetheringWiFiBand
impl Clone for TetheringWiFiBand
impl Copy for TetheringWiFiBand
Auto Trait Implementations
impl RefUnwindSafe for TetheringWiFiBand
impl Send for TetheringWiFiBand
impl Sync for TetheringWiFiBand
impl Unpin for TetheringWiFiBand
impl UnwindSafe for TetheringWiFiBand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more