Struct windows_sys::Networking::Connectivity::WwanDataClass
[−]#[repr(transparent)]pub struct WwanDataClass(pub u32);Expand description
Required features: ‘Networking_Connectivity’
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 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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more