#[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_IDTrait Implementations§
Source§impl Clone for _PUBLICKEYSTRUC
impl Clone for _PUBLICKEYSTRUC
Source§fn clone(&self) -> _PUBLICKEYSTRUC
fn clone(&self) -> _PUBLICKEYSTRUC
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 Debug for _PUBLICKEYSTRUC
impl Debug for _PUBLICKEYSTRUC
impl Copy 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