Struct windows_sys::Win32::Security::Cryptography::PUBKEY
#[repr(C)]pub struct PUBKEY {
pub magic: u32,
pub bitlen: u32,
}
Fields§
§magic: u32
§bitlen: u32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PUBKEY
impl Send for PUBKEY
impl Sync for PUBKEY
impl Unpin for PUBKEY
impl UnwindSafe for PUBKEY
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