Struct MobileBroadbandSlotState
#[repr(transparent)]pub struct MobileBroadbandSlotState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MobileBroadbandSlotState
impl MobileBroadbandSlotState
pub const Unmanaged: Self = _
pub const Unknown: Self = _
pub const OffEmpty: Self = _
pub const Off: Self = _
pub const Empty: Self = _
pub const NotReady: Self = _
pub const Active: Self = _
pub const Error: Self = _
pub const ActiveEsim: Self = _
pub const ActiveEsimNoProfile: Self = _
Trait Implementations§
§impl Clone for MobileBroadbandSlotState
impl Clone for MobileBroadbandSlotState
§fn clone(&self) -> MobileBroadbandSlotState
fn clone(&self) -> MobileBroadbandSlotState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MobileBroadbandSlotState
impl Debug for MobileBroadbandSlotState
§impl Default for MobileBroadbandSlotState
impl Default for MobileBroadbandSlotState
§fn default() -> MobileBroadbandSlotState
fn default() -> MobileBroadbandSlotState
Returns the “default value” for a type. Read more
§impl PartialEq for MobileBroadbandSlotState
impl PartialEq for MobileBroadbandSlotState
impl Copy for MobileBroadbandSlotState
impl Eq for MobileBroadbandSlotState
impl StructuralPartialEq for MobileBroadbandSlotState
Auto Trait Implementations§
impl Freeze for MobileBroadbandSlotState
impl RefUnwindSafe for MobileBroadbandSlotState
impl Send for MobileBroadbandSlotState
impl Sync for MobileBroadbandSlotState
impl Unpin for MobileBroadbandSlotState
impl UnwindSafe for MobileBroadbandSlotState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more