#[repr(transparent)]pub struct FileProtectionStatus(pub i32);
Expand description
Required features: "Security_EnterpriseData"
Tuple Fields
0: i32
Implementations
impl FileProtectionStatus
impl FileProtectionStatus
pub const Undetermined: Self = Self(0i32)
pub const Unknown: Self = Self(0i32)
pub const Unprotected: Self = Self(1i32)
pub const Revoked: Self = Self(2i32)
pub const Protected: Self = Self(3i32)
pub const ProtectedByOtherUser: Self = Self(4i32)
pub const ProtectedToOtherEnterprise: Self = Self(5i32)
pub const NotProtectable: Self = Self(6i32)
pub const ProtectedToOtherIdentity: Self = Self(7i32)
pub const LicenseExpired: Self = Self(8i32)
pub const AccessSuspended: Self = Self(9i32)
pub const FileInUse: Self = Self(10i32)
Trait Implementations
impl Clone for FileProtectionStatus
impl Clone for FileProtectionStatus
impl Copy for FileProtectionStatus
Auto Trait Implementations
impl RefUnwindSafe for FileProtectionStatus
impl Send for FileProtectionStatus
impl Sync for FileProtectionStatus
impl Unpin for FileProtectionStatus
impl UnwindSafe for FileProtectionStatus
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