Struct ENCRYPTION_BUFFER
#[repr(C)]pub struct ENCRYPTION_BUFFER {
pub EncryptionOperation: u32,
pub Private: [u8; 1],
}
Fields§
§EncryptionOperation: u32
§Private: [u8; 1]
Trait Implementations§
§impl Clone for ENCRYPTION_BUFFER
impl Clone for ENCRYPTION_BUFFER
§fn clone(&self) -> ENCRYPTION_BUFFER
fn clone(&self) -> ENCRYPTION_BUFFER
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ENCRYPTION_BUFFER
Auto Trait Implementations§
impl Freeze for ENCRYPTION_BUFFER
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more