Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::CS_DES
#[repr(C, packed(1))]pub struct CS_DES {
pub CSD_SignatureLength: u32,
pub CSD_LegacyDataOffset: u32,
pub CSD_LegacyDataSize: u32,
pub CSD_Flags: u32,
pub CSD_ClassGuid: GUID,
pub CSD_Signature: [u8; 1],
}
Fields§
§CSD_SignatureLength: u32
§CSD_LegacyDataOffset: u32
§CSD_LegacyDataSize: u32
§CSD_Flags: u32
§CSD_ClassGuid: GUID
§CSD_Signature: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CS_DES
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)