#[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
pub const Unknown: Self
pub const Unprotected: Self
pub const Revoked: Self
pub const Protected: Self
pub const ProtectedByOtherUser: Self
pub const ProtectedToOtherEnterprise: Self
pub const NotProtectable: Self
pub const ProtectedToOtherIdentity: Self
pub const LicenseExpired: Self
pub const AccessSuspended: Self
pub const FileInUse: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more