#[repr(C)]pub struct BLOBHEADER {
pub bType: BYTE,
pub bVersion: BYTE,
pub reserved: WORD,
pub aiKeyAlg: ALG_ID,
}
Fields§
§bType: BYTE
§bVersion: BYTE
§reserved: WORD
§aiKeyAlg: ALG_ID
Trait Implementations§
Source§impl Clone for BLOBHEADER
impl Clone for BLOBHEADER
Source§fn clone(&self) -> BLOBHEADER
fn clone(&self) -> BLOBHEADER
Returns a duplicate 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 Default for BLOBHEADER
impl Default for BLOBHEADER
Source§fn default() -> BLOBHEADER
fn default() -> BLOBHEADER
Returns the “default value” for a type. Read more
impl Copy for BLOBHEADER
Auto Trait Implementations§
impl Freeze for BLOBHEADER
impl RefUnwindSafe for BLOBHEADER
impl Send for BLOBHEADER
impl Sync for BLOBHEADER
impl Unpin for BLOBHEADER
impl UnwindSafe for BLOBHEADER
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