#[repr(C)]#[repr(packed)]pub struct CS_DES {
pub CSD_SignatureLength: DWORD,
pub CSD_LegacyDataOffset: DWORD,
pub CSD_LegacyDataSize: DWORD,
pub CSD_Flags: DWORD,
pub CSD_ClassGuid: GUID,
pub CSD_Signature: [BYTE; 1],
}
Fields
CSD_SignatureLength: DWORD
CSD_LegacyDataOffset: DWORD
CSD_LegacyDataSize: DWORD
CSD_Flags: DWORD
CSD_ClassGuid: GUID
CSD_Signature: [BYTE; 1]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CS_DES
impl Send for CS_DES
impl Sync for CS_DES
impl Unpin for CS_DES
impl UnwindSafe for CS_DES
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