Struct windows_sys::Win32::Security::WinTrust::SPC_SERIALIZED_OBJECT
[−]#[repr(C)]pub struct SPC_SERIALIZED_OBJECT {
pub ClassId: [u8; 16],
pub SerializedData: CRYPTOAPI_BLOB,
}
Expand description
Required features: "Win32_Security_WinTrust"
, "Win32_Security_Cryptography"
Fields
ClassId: [u8; 16]
SerializedData: CRYPTOAPI_BLOB
Trait Implementations
impl Clone for SPC_SERIALIZED_OBJECT
impl Clone for SPC_SERIALIZED_OBJECT
impl Copy for SPC_SERIALIZED_OBJECT
Auto Trait Implementations
impl RefUnwindSafe for SPC_SERIALIZED_OBJECT
impl !Send for SPC_SERIALIZED_OBJECT
impl !Sync for SPC_SERIALIZED_OBJECT
impl Unpin for SPC_SERIALIZED_OBJECT
impl UnwindSafe for SPC_SERIALIZED_OBJECT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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