Struct windows_sys::Win32::Security::Cryptography::PUBLICKEYSTRUC
[−]#[repr(C)]pub struct PUBLICKEYSTRUC {
pub bType: u8,
pub bVersion: u8,
pub reserved: u16,
pub aiKeyAlg: u32,
}
Expand description
Required features: "Win32_Security_Cryptography"
Fields
bType: u8
bVersion: u8
reserved: u16
aiKeyAlg: u32
Trait Implementations
impl Clone for PUBLICKEYSTRUC
impl Clone for PUBLICKEYSTRUC
impl Copy for PUBLICKEYSTRUC
Auto Trait Implementations
impl RefUnwindSafe for PUBLICKEYSTRUC
impl Send for PUBLICKEYSTRUC
impl Sync for PUBLICKEYSTRUC
impl Unpin for PUBLICKEYSTRUC
impl UnwindSafe for PUBLICKEYSTRUC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more