pub type AUXCAPSW = tagAUXCAPSW;
Aliased Type§
struct AUXCAPSW {
pub wMid: u16,
pub wPid: u16,
pub vDriverVersion: u32,
pub szPname: [u16; 32],
pub wTechnology: u16,
pub wReserved1: u16,
pub dwSupport: u32,
}
Fields§
§wMid: u16
§wPid: u16
§vDriverVersion: u32
§szPname: [u16; 32]
§wTechnology: u16
§wReserved1: u16
§dwSupport: u32
Trait Implementations
Source§impl Clone for tagAUXCAPSW
impl Clone for tagAUXCAPSW
Source§fn clone(&self) -> tagAUXCAPSW
fn clone(&self) -> tagAUXCAPSW
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 tagAUXCAPSW
impl Debug for tagAUXCAPSW
Source§impl Ord for tagAUXCAPSW
impl Ord for tagAUXCAPSW
Source§fn cmp(&self, other: &tagAUXCAPSW) -> Ordering
fn cmp(&self, other: &tagAUXCAPSW) -> 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