Struct windows_sys::Devices::Sms::CellularClass
[−]#[repr(transparent)]pub struct CellularClass(pub i32);
Expand description
Required features: "Devices_Sms"
Tuple Fields
0: i32
Implementations
impl CellularClass
impl CellularClass
Trait Implementations
impl Clone for CellularClass
impl Clone for CellularClass
impl Copy for CellularClass
Auto Trait Implementations
impl RefUnwindSafe for CellularClass
impl Send for CellularClass
impl Sync for CellularClass
impl Unpin for CellularClass
impl UnwindSafe for CellularClass
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