#[repr(C)]pub struct DRIVER_INFO_2W {
pub cVersion: DWORD,
pub pName: LPWSTR,
pub pEnvironment: LPWSTR,
pub pDriverPath: LPWSTR,
pub pDataFile: LPWSTR,
pub pConfigFile: LPWSTR,
}
Fields§
§cVersion: DWORD
§pName: LPWSTR
§pEnvironment: LPWSTR
§pDriverPath: LPWSTR
§pDataFile: LPWSTR
§pConfigFile: LPWSTR
Trait Implementations§
Source§impl Clone for DRIVER_INFO_2W
impl Clone for DRIVER_INFO_2W
Source§fn clone(&self) -> DRIVER_INFO_2W
fn clone(&self) -> DRIVER_INFO_2W
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 Default for DRIVER_INFO_2W
impl Default for DRIVER_INFO_2W
Source§fn default() -> DRIVER_INFO_2W
fn default() -> DRIVER_INFO_2W
Returns the “default value” for a type. Read more
impl Copy for DRIVER_INFO_2W
Auto Trait Implementations§
impl Freeze for DRIVER_INFO_2W
impl RefUnwindSafe for DRIVER_INFO_2W
impl !Send for DRIVER_INFO_2W
impl !Sync for DRIVER_INFO_2W
impl Unpin for DRIVER_INFO_2W
impl UnwindSafe for DRIVER_INFO_2W
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