Struct windows_sys::Win32::Security::Cryptography::SIGNER_CONTEXT
#[repr(C)]pub struct SIGNER_CONTEXT {
pub cbSize: u32,
pub cbBlob: u32,
pub pbBlob: *mut u8,
}
Fields§
§cbSize: u32
§cbBlob: u32
§pbBlob: *mut u8
Trait Implementations§
§impl Clone for SIGNER_CONTEXT
impl Clone for SIGNER_CONTEXT
impl Copy for SIGNER_CONTEXT
Auto Trait Implementations§
impl RefUnwindSafe for SIGNER_CONTEXT
impl !Send for SIGNER_CONTEXT
impl !Sync for SIGNER_CONTEXT
impl Unpin for SIGNER_CONTEXT
impl UnwindSafe for SIGNER_CONTEXT
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