#[repr(C)]pub struct _DRIVER_INFO_5W {
pub cVersion: DWORD,
pub pName: LPWSTR,
pub pEnvironment: LPWSTR,
pub pDriverPath: LPWSTR,
pub pDataFile: LPWSTR,
pub pConfigFile: LPWSTR,
pub dwDriverAttributes: DWORD,
pub dwConfigVersion: DWORD,
pub dwDriverVersion: DWORD,
}
Fields§
§cVersion: DWORD
§pName: LPWSTR
§pEnvironment: LPWSTR
§pDriverPath: LPWSTR
§pDataFile: LPWSTR
§pConfigFile: LPWSTR
§dwDriverAttributes: DWORD
§dwConfigVersion: DWORD
§dwDriverVersion: DWORD
Trait Implementations§
Source§impl Clone for _DRIVER_INFO_5W
impl Clone for _DRIVER_INFO_5W
Source§fn clone(&self) -> _DRIVER_INFO_5W
fn clone(&self) -> _DRIVER_INFO_5W
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_5W
impl Debug for _DRIVER_INFO_5W
Source§impl Ord for _DRIVER_INFO_5W
impl Ord for _DRIVER_INFO_5W
Source§fn cmp(&self, other: &_DRIVER_INFO_5W) -> Ordering
fn cmp(&self, other: &_DRIVER_INFO_5W) -> 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 _DRIVER_INFO_5W
impl PartialEq for _DRIVER_INFO_5W
Source§impl PartialOrd for _DRIVER_INFO_5W
impl PartialOrd for _DRIVER_INFO_5W
impl Copy for _DRIVER_INFO_5W
impl Eq for _DRIVER_INFO_5W
impl StructuralPartialEq for _DRIVER_INFO_5W
Auto Trait Implementations§
impl Freeze for _DRIVER_INFO_5W
impl RefUnwindSafe for _DRIVER_INFO_5W
impl !Send for _DRIVER_INFO_5W
impl !Sync for _DRIVER_INFO_5W
impl Unpin for _DRIVER_INFO_5W
impl UnwindSafe for _DRIVER_INFO_5W
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