Struct windows::Networking::Connectivity::WwanDataClass
#[repr(transparent)]pub struct WwanDataClass(pub u32);
Tuple Fields§
§0: u32
Implementations§
§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 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 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
§fn eq(&self, other: &WwanDataClass) -> bool
fn eq(&self, other: &WwanDataClass) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)