#[repr(C)]#[repr(packed)]pub struct DEVPRIVATE_DES {
pub PD_Count: DWORD,
pub PD_Type: DWORD,
pub PD_Data1: DWORD,
pub PD_Data2: DWORD,
pub PD_Data3: DWORD,
pub PD_Flags: DWORD,
}Fields
PD_Count: DWORDPD_Type: DWORDPD_Data1: DWORDPD_Data2: DWORDPD_Data3: DWORDPD_Flags: DWORDTrait Implementations
sourceimpl Clone for DEVPRIVATE_DES
impl Clone for DEVPRIVATE_DES
sourcefn clone(&self) -> DEVPRIVATE_DES
fn clone(&self) -> DEVPRIVATE_DES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for DEVPRIVATE_DES
Auto Trait Implementations
impl RefUnwindSafe for DEVPRIVATE_DES
impl Send for DEVPRIVATE_DES
impl Sync for DEVPRIVATE_DES
impl Unpin for DEVPRIVATE_DES
impl UnwindSafe for DEVPRIVATE_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