Struct ProtectedImportExportStatus
#[repr(transparent)]pub struct ProtectedImportExportStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl ProtectedImportExportStatus
impl ProtectedImportExportStatus
pub const Ok: Self
pub const Undetermined: Self
pub const Unprotected: Self
pub const Revoked: Self
pub const NotRoamable: Self
pub const ProtectedToOtherIdentity: Self
pub const LicenseExpired: Self
pub const AccessSuspended: Self
Trait Implementations§
§impl Clone for ProtectedImportExportStatus
impl Clone for ProtectedImportExportStatus
§fn clone(&self) -> ProtectedImportExportStatus
fn clone(&self) -> ProtectedImportExportStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ProtectedImportExportStatus
impl Debug for ProtectedImportExportStatus
§impl Default for ProtectedImportExportStatus
impl Default for ProtectedImportExportStatus
§fn default() -> ProtectedImportExportStatus
fn default() -> ProtectedImportExportStatus
Returns the “default value” for a type. Read more
§impl PartialEq for ProtectedImportExportStatus
impl PartialEq for ProtectedImportExportStatus
impl Copy for ProtectedImportExportStatus
impl Eq for ProtectedImportExportStatus
impl StructuralPartialEq for ProtectedImportExportStatus
Auto Trait Implementations§
impl Freeze for ProtectedImportExportStatus
impl RefUnwindSafe for ProtectedImportExportStatus
impl Send for ProtectedImportExportStatus
impl Sync for ProtectedImportExportStatus
impl Unpin for ProtectedImportExportStatus
impl UnwindSafe for ProtectedImportExportStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more