#[repr(transparent)]pub struct UserDataStorageItemProtectionStatus(pub i32);Expand description
Required features: ‘Security_DataProtection’
Tuple Fields
0: i32Implementations
impl UserDataStorageItemProtectionStatus
impl UserDataStorageItemProtectionStatus
pub const Succeeded: Self
pub const NotProtectable: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more