#[repr(C)]pub struct tagDVTARGETDEVICE {
pub tdSize: DWORD,
pub tdDriverNameOffset: WORD,
pub tdDeviceNameOffset: WORD,
pub tdPortNameOffset: WORD,
pub tdExtDevmodeOffset: WORD,
pub tdData: [BYTE; 1],
}Fields§
§tdSize: DWORD§tdDriverNameOffset: WORD§tdDeviceNameOffset: WORD§tdPortNameOffset: WORD§tdExtDevmodeOffset: WORD§tdData: [BYTE; 1]Trait Implementations§
Source§impl Clone for tagDVTARGETDEVICE
impl Clone for tagDVTARGETDEVICE
Source§fn clone(&self) -> tagDVTARGETDEVICE
fn clone(&self) -> tagDVTARGETDEVICE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagDVTARGETDEVICE
Auto Trait Implementations§
impl Freeze for tagDVTARGETDEVICE
impl RefUnwindSafe for tagDVTARGETDEVICE
impl Send for tagDVTARGETDEVICE
impl Sync for tagDVTARGETDEVICE
impl Unpin for tagDVTARGETDEVICE
impl UnsafeUnpin for tagDVTARGETDEVICE
impl UnwindSafe for tagDVTARGETDEVICE
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