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