Struct winapi::cfgmgr32::CS_DES
[−]
[src]
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; ::ANYSIZE_ARRAY],
}Fields
CSD_SignatureLength | |
CSD_LegacyDataOffset | |
CSD_LegacyDataSize | |
CSD_Flags | |
CSD_ClassGuid | |
CSD_Signature |
Trait Implementations
impl Copy for CS_DES[src]
impl Clone for CS_DES[src]
fn clone(&self) -> CS_DES
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more