Struct windows_sys::Networking::NetworkOperators::UiccAppKind
[−]#[repr(transparent)]pub struct UiccAppKind(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl UiccAppKind
impl UiccAppKind
Trait Implementations
impl Clone for UiccAppKind
impl Clone for UiccAppKind
impl Copy for UiccAppKind
Auto Trait Implementations
impl RefUnwindSafe for UiccAppKind
impl Send for UiccAppKind
impl Sync for UiccAppKind
impl Unpin for UiccAppKind
impl UnwindSafe for UiccAppKind
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