#[repr(C)]pub struct SPC_SERIALIZED_OBJECT {
pub ClassId: SPC_UUID,
pub SerializedData: CRYPT_DATA_BLOB,
}
Fields§
§ClassId: SPC_UUID
§SerializedData: CRYPT_DATA_BLOB
Trait Implementations§
Source§impl Clone for SPC_SERIALIZED_OBJECT
impl Clone for SPC_SERIALIZED_OBJECT
Source§fn clone(&self) -> SPC_SERIALIZED_OBJECT
fn clone(&self) -> SPC_SERIALIZED_OBJECT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SPC_SERIALIZED_OBJECT
impl Default for SPC_SERIALIZED_OBJECT
Source§fn default() -> SPC_SERIALIZED_OBJECT
fn default() -> SPC_SERIALIZED_OBJECT
Returns the “default value” for a type. Read more
impl Copy for SPC_SERIALIZED_OBJECT
Auto Trait Implementations§
impl Freeze for SPC_SERIALIZED_OBJECT
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§
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