#[repr(C)]pub struct _PUBLICKEYSTRUC {
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 _PUBLICKEYSTRUC
impl Clone for _PUBLICKEYSTRUC
Source§fn clone(&self) -> _PUBLICKEYSTRUC
fn clone(&self) -> _PUBLICKEYSTRUC
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 _PUBLICKEYSTRUC
impl Debug for _PUBLICKEYSTRUC
Source§impl Ord for _PUBLICKEYSTRUC
impl Ord for _PUBLICKEYSTRUC
Source§fn cmp(&self, other: &_PUBLICKEYSTRUC) -> Ordering
fn cmp(&self, other: &_PUBLICKEYSTRUC) -> 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 _PUBLICKEYSTRUC
impl PartialEq for _PUBLICKEYSTRUC
Source§impl PartialOrd for _PUBLICKEYSTRUC
impl PartialOrd for _PUBLICKEYSTRUC
impl Copy for _PUBLICKEYSTRUC
impl Eq for _PUBLICKEYSTRUC
impl StructuralPartialEq for _PUBLICKEYSTRUC
Auto Trait Implementations§
impl Freeze for _PUBLICKEYSTRUC
impl RefUnwindSafe for _PUBLICKEYSTRUC
impl Send for _PUBLICKEYSTRUC
impl Sync for _PUBLICKEYSTRUC
impl Unpin for _PUBLICKEYSTRUC
impl UnwindSafe for _PUBLICKEYSTRUC
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