#[repr(transparent)]pub struct UserDataStorageItemProtectionStatus(pub i32);
Expand description
Required features: "Security_DataProtection"
Tuple Fields
0: i32
Implementations
impl UserDataStorageItemProtectionStatus
impl UserDataStorageItemProtectionStatus
pub const Succeeded: Self = Self(0i32)
pub const NotProtectable: Self = Self(1i32)
Trait Implementations
impl Clone for UserDataStorageItemProtectionStatus
impl Clone for UserDataStorageItemProtectionStatus
impl Copy for UserDataStorageItemProtectionStatus
Auto Trait Implementations
impl RefUnwindSafe for UserDataStorageItemProtectionStatus
impl Send for UserDataStorageItemProtectionStatus
impl Sync for UserDataStorageItemProtectionStatus
impl Unpin for UserDataStorageItemProtectionStatus
impl UnwindSafe for UserDataStorageItemProtectionStatus
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