Struct DataClasses
#[repr(transparent)]pub struct DataClasses(pub u32);Tuple Fields§
§0: u32Implementations§
§impl DataClasses
impl DataClasses
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 DataClasses
impl DataClasses
Trait Implementations§
§impl BitAnd for DataClasses
impl BitAnd for DataClasses
§impl BitAndAssign for DataClasses
impl BitAndAssign for DataClasses
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read more§impl BitOr for DataClasses
impl BitOr for DataClasses
§impl BitOrAssign for DataClasses
impl BitOrAssign for DataClasses
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read more§impl Clone for DataClasses
impl Clone for DataClasses
§fn clone(&self) -> DataClasses
fn clone(&self) -> DataClasses
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 DataClasses
impl Debug for DataClasses
§impl Default for DataClasses
impl Default for DataClasses
§fn default() -> DataClasses
fn default() -> DataClasses
Returns the “default value” for a type. Read more
§impl Not for DataClasses
impl Not for DataClasses
§impl PartialEq for DataClasses
impl PartialEq for DataClasses
impl Copy for DataClasses
impl Eq for DataClasses
impl StructuralPartialEq for DataClasses
Auto Trait Implementations§
impl Freeze for DataClasses
impl RefUnwindSafe for DataClasses
impl Send for DataClasses
impl Sync for DataClasses
impl Unpin for DataClasses
impl UnwindSafe for DataClasses
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