#[repr(C)]pub struct tagDEVNAMES {
pub wDriverOffset: WORD,
pub wDeviceOffset: WORD,
pub wOutputOffset: WORD,
pub wDefault: WORD,
}
Fields§
§wDriverOffset: WORD
§wDeviceOffset: WORD
§wOutputOffset: WORD
§wDefault: WORD
Trait Implementations§
Source§impl Clone for tagDEVNAMES
impl Clone for tagDEVNAMES
Source§fn clone(&self) -> tagDEVNAMES
fn clone(&self) -> tagDEVNAMES
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 tagDEVNAMES
impl Debug for tagDEVNAMES
Source§impl Ord for tagDEVNAMES
impl Ord for tagDEVNAMES
Source§fn cmp(&self, other: &tagDEVNAMES) -> Ordering
fn cmp(&self, other: &tagDEVNAMES) -> 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 tagDEVNAMES
impl PartialEq for tagDEVNAMES
Source§impl PartialOrd for tagDEVNAMES
impl PartialOrd for tagDEVNAMES
impl Copy for tagDEVNAMES
impl Eq for tagDEVNAMES
impl StructuralPartialEq for tagDEVNAMES
Auto Trait Implementations§
impl Freeze for tagDEVNAMES
impl RefUnwindSafe for tagDEVNAMES
impl Send for tagDEVNAMES
impl Sync for tagDEVNAMES
impl Unpin for tagDEVNAMES
impl UnwindSafe for tagDEVNAMES
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