Struct windows_sys::Win32::Security::Cryptography::Certificates::CERTTRANSBLOB
[−]Expand description
Required features: "Win32_Security_Cryptography_Certificates"
Fields
cb: u32
pb: *mut u8
Trait Implementations
impl Clone for CERTTRANSBLOB
impl Clone for CERTTRANSBLOB
impl Copy for CERTTRANSBLOB
Auto Trait Implementations
impl RefUnwindSafe for CERTTRANSBLOB
impl !Send for CERTTRANSBLOB
impl !Sync for CERTTRANSBLOB
impl Unpin for CERTTRANSBLOB
impl UnwindSafe for CERTTRANSBLOB
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