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