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