#[repr(C)]pub struct _ENCRYPTION_BUFFER {
pub EncryptionOperation: DWORD,
pub Private: [BYTE; 1],
}
Fields§
§EncryptionOperation: DWORD
§Private: [BYTE; 1]
Trait Implementations§
Source§impl Clone for _ENCRYPTION_BUFFER
impl Clone for _ENCRYPTION_BUFFER
Source§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 moreSource§impl Debug for _ENCRYPTION_BUFFER
impl Debug for _ENCRYPTION_BUFFER
Source§impl Ord for _ENCRYPTION_BUFFER
impl Ord for _ENCRYPTION_BUFFER
Source§fn cmp(&self, other: &_ENCRYPTION_BUFFER) -> Ordering
fn cmp(&self, other: &_ENCRYPTION_BUFFER) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ENCRYPTION_BUFFER
impl PartialEq for _ENCRYPTION_BUFFER
Source§impl PartialOrd for _ENCRYPTION_BUFFER
impl PartialOrd for _ENCRYPTION_BUFFER
impl Copy for _ENCRYPTION_BUFFER
impl Eq for _ENCRYPTION_BUFFER
impl StructuralPartialEq 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