#[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 copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagDVTARGETDEVICE
impl Debug for tagDVTARGETDEVICE
Source§impl Ord for tagDVTARGETDEVICE
impl Ord for tagDVTARGETDEVICE
Source§fn cmp(&self, other: &tagDVTARGETDEVICE) -> Ordering
fn cmp(&self, other: &tagDVTARGETDEVICE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagDVTARGETDEVICE
impl PartialEq for tagDVTARGETDEVICE
Source§impl PartialOrd for tagDVTARGETDEVICE
impl PartialOrd for tagDVTARGETDEVICE
impl Copy for tagDVTARGETDEVICE
impl Eq for tagDVTARGETDEVICE
impl StructuralPartialEq 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 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