#[repr(transparent)]pub struct UiccAppRecordKind(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl UiccAppRecordKind
impl UiccAppRecordKind
pub const Unknown: Self = Self(0i32)
pub const Transparent: Self = Self(1i32)
pub const RecordOriented: Self = Self(2i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more