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