Struct windows_sys::Win32::System::Ioctl::ENCRYPTION_BUFFER
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
EncryptionOperation: u32
Private: [u8; 1]
Trait Implementations
impl Clone for ENCRYPTION_BUFFER
impl Clone for ENCRYPTION_BUFFER
impl Copy for ENCRYPTION_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for ENCRYPTION_BUFFER
impl Send for ENCRYPTION_BUFFER
impl Sync for ENCRYPTION_BUFFER
impl Unpin for ENCRYPTION_BUFFER
impl UnwindSafe for ENCRYPTION_BUFFER
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