Struct windows_sys::Networking::Connectivity::WwanDataClass
[−]#[repr(transparent)]pub struct WwanDataClass(pub u32);
Expand description
Required features: "Networking_Connectivity"
Tuple Fields
0: u32
Implementations
impl WwanDataClass
impl WwanDataClass
pub const None: Self = Self(0u32)
pub const Gprs: Self = Self(1u32)
pub const Edge: Self = Self(2u32)
pub const Umts: Self = Self(4u32)
pub const Hsdpa: Self = Self(8u32)
pub const Hsupa: Self = Self(16u32)
pub const LteAdvanced: Self = Self(32u32)
pub const Cdma1xRtt: Self = Self(65536u32)
pub const Cdma1xEvdo: Self = Self(131072u32)
pub const Cdma1xEvdoRevA: Self = Self(262144u32)
pub const Cdma1xEvdv: Self = Self(524288u32)
pub const Cdma3xRtt: Self = Self(1048576u32)
pub const Cdma1xEvdoRevB: Self = Self(2097152u32)
pub const CdmaUmb: Self = Self(4194304u32)
pub const Custom: Self = Self(2147483648u32)
Trait Implementations
impl Clone for WwanDataClass
impl Clone for WwanDataClass
impl Copy for WwanDataClass
Auto Trait Implementations
impl RefUnwindSafe for WwanDataClass
impl Send for WwanDataClass
impl Sync for WwanDataClass
impl Unpin for WwanDataClass
impl UnwindSafe for WwanDataClass
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