#[repr(transparent)]pub struct TetheringOperationalState(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for TetheringOperationalState
impl Clone for TetheringOperationalState
impl Copy for TetheringOperationalState
Auto Trait Implementations
impl RefUnwindSafe for TetheringOperationalState
impl Send for TetheringOperationalState
impl Sync for TetheringOperationalState
impl Unpin for TetheringOperationalState
impl UnwindSafe for TetheringOperationalState
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