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