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