pub type DEVNAMES = tagDEVNAMES;
Aliased Type§
struct DEVNAMES {
pub wDriverOffset: u16,
pub wDeviceOffset: u16,
pub wOutputOffset: u16,
pub wDefault: u16,
}
Fields§
§wDriverOffset: u16
§wDeviceOffset: u16
§wOutputOffset: u16
§wDefault: u16
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