#[repr(C)]pub struct _DRIVER_INFO_3A {
pub cVersion: DWORD,
pub pName: LPSTR,
pub pEnvironment: LPSTR,
pub pDriverPath: LPSTR,
pub pDataFile: LPSTR,
pub pConfigFile: LPSTR,
pub pHelpFile: LPSTR,
pub pDependentFiles: LPSTR,
pub pMonitorName: LPSTR,
pub pDefaultDataType: LPSTR,
}Fields§
§cVersion: DWORD§pName: LPSTR§pEnvironment: LPSTR§pDriverPath: LPSTR§pDataFile: LPSTR§pConfigFile: LPSTR§pHelpFile: LPSTR§pDependentFiles: LPSTR§pMonitorName: LPSTR§pDefaultDataType: LPSTRTrait Implementations§
Source§impl Clone for _DRIVER_INFO_3A
impl Clone for _DRIVER_INFO_3A
Source§fn clone(&self) -> _DRIVER_INFO_3A
fn clone(&self) -> _DRIVER_INFO_3A
Returns a duplicate 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_3A
impl Debug for _DRIVER_INFO_3A
Source§impl Ord for _DRIVER_INFO_3A
impl Ord for _DRIVER_INFO_3A
Source§fn cmp(&self, other: &_DRIVER_INFO_3A) -> Ordering
fn cmp(&self, other: &_DRIVER_INFO_3A) -> 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_3A
impl PartialEq for _DRIVER_INFO_3A
Source§impl PartialOrd for _DRIVER_INFO_3A
impl PartialOrd for _DRIVER_INFO_3A
impl Copy for _DRIVER_INFO_3A
impl Eq for _DRIVER_INFO_3A
impl StructuralPartialEq for _DRIVER_INFO_3A
Auto Trait Implementations§
impl Freeze for _DRIVER_INFO_3A
impl RefUnwindSafe for _DRIVER_INFO_3A
impl !Send for _DRIVER_INFO_3A
impl !Sync for _DRIVER_INFO_3A
impl Unpin for _DRIVER_INFO_3A
impl UnwindSafe for _DRIVER_INFO_3A
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