#[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 = Self(0i32)
pub const Undetermined: Self = Self(1i32)
pub const Unprotected: Self = Self(2i32)
pub const Revoked: Self = Self(3i32)
pub const NotRoamable: Self = Self(4i32)
pub const ProtectedToOtherIdentity: Self = Self(5i32)
pub const LicenseExpired: Self = Self(6i32)
pub const AccessSuspended: Self = Self(7i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more