Struct WwanDataClass
#[repr(transparent)]pub struct WwanDataClass(pub u32);Tuple Fields§
§0: u32Implementations§
§impl WwanDataClass
impl WwanDataClass
pub const None: Self
pub const Gprs: Self
pub const Edge: Self
pub const Umts: Self
pub const Hsdpa: Self
pub const Hsupa: Self
pub const LteAdvanced: Self
pub const NewRadioNonStandalone: Self
pub const NewRadioStandalone: Self
pub const Cdma1xRtt: Self
pub const Cdma1xEvdo: Self
pub const Cdma1xEvdoRevA: Self
pub const Cdma1xEvdv: Self
pub const Cdma3xRtt: Self
pub const Cdma1xEvdoRevB: Self
pub const CdmaUmb: Self
pub const Custom: Self
§impl WwanDataClass
impl WwanDataClass
Trait Implementations§
§impl BitAnd for WwanDataClass
impl BitAnd for WwanDataClass
§impl BitAndAssign for WwanDataClass
impl BitAndAssign for WwanDataClass
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read more§impl BitOr for WwanDataClass
impl BitOr for WwanDataClass
§impl BitOrAssign for WwanDataClass
impl BitOrAssign for WwanDataClass
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read more§impl Clone for WwanDataClass
impl Clone for WwanDataClass
§fn clone(&self) -> WwanDataClass
fn clone(&self) -> WwanDataClass
Returns a duplicate 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 WwanDataClass
impl Debug for WwanDataClass
§impl Default for WwanDataClass
impl Default for WwanDataClass
§fn default() -> WwanDataClass
fn default() -> WwanDataClass
Returns the “default value” for a type. Read more
§impl Not for WwanDataClass
impl Not for WwanDataClass
§impl PartialEq for WwanDataClass
impl PartialEq for WwanDataClass
impl Copy for WwanDataClass
impl Eq for WwanDataClass
impl StructuralPartialEq for WwanDataClass
Auto Trait Implementations§
impl Freeze for WwanDataClass
impl RefUnwindSafe for WwanDataClass
impl Send for WwanDataClass
impl Sync for WwanDataClass
impl Unpin for WwanDataClass
impl UnwindSafe for WwanDataClass
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