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