pub type DRIVER_INFO_3W = _DRIVER_INFO_3W;
Aliased Type§
struct DRIVER_INFO_3W {
pub cVersion: u32,
pub pName: *mut u16,
pub pEnvironment: *mut u16,
pub pDriverPath: *mut u16,
pub pDataFile: *mut u16,
pub pConfigFile: *mut u16,
pub pHelpFile: *mut u16,
pub pDependentFiles: *mut u16,
pub pMonitorName: *mut u16,
pub pDefaultDataType: *mut u16,
}
Fields§
§cVersion: u32
§pName: *mut u16
§pEnvironment: *mut u16
§pDriverPath: *mut u16
§pDataFile: *mut u16
§pConfigFile: *mut u16
§pHelpFile: *mut u16
§pDependentFiles: *mut u16
§pMonitorName: *mut u16
§pDefaultDataType: *mut u16
Trait Implementations
Source§impl Clone for _DRIVER_INFO_3W
impl Clone for _DRIVER_INFO_3W
Source§fn clone(&self) -> _DRIVER_INFO_3W
fn clone(&self) -> _DRIVER_INFO_3W
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 _DRIVER_INFO_3W
impl Debug for _DRIVER_INFO_3W
Source§impl Ord for _DRIVER_INFO_3W
impl Ord for _DRIVER_INFO_3W
Source§fn cmp(&self, other: &_DRIVER_INFO_3W) -> Ordering
fn cmp(&self, other: &_DRIVER_INFO_3W) -> 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