#[repr(C, packed(1))]pub struct tagDRVCONFIGINFO {
pub dwDCISize: DWORD,
pub lpszDCISectionName: LPCWSTR,
pub lpszDCIAliasName: LPCWSTR,
}
Fields§
§dwDCISize: DWORD
§lpszDCISectionName: LPCWSTR
§lpszDCIAliasName: LPCWSTR
Trait Implementations§
Source§impl Clone for tagDRVCONFIGINFO
impl Clone for tagDRVCONFIGINFO
Source§fn clone(&self) -> tagDRVCONFIGINFO
fn clone(&self) -> tagDRVCONFIGINFO
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 tagDRVCONFIGINFO
impl Debug for tagDRVCONFIGINFO
Source§impl Ord for tagDRVCONFIGINFO
impl Ord for tagDRVCONFIGINFO
Source§fn cmp(&self, other: &tagDRVCONFIGINFO) -> Ordering
fn cmp(&self, other: &tagDRVCONFIGINFO) -> 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 tagDRVCONFIGINFO
impl PartialEq for tagDRVCONFIGINFO
Source§impl PartialOrd for tagDRVCONFIGINFO
impl PartialOrd for tagDRVCONFIGINFO
impl Copy for tagDRVCONFIGINFO
impl Eq for tagDRVCONFIGINFO
impl StructuralPartialEq for tagDRVCONFIGINFO
Auto Trait Implementations§
impl Freeze for tagDRVCONFIGINFO
impl RefUnwindSafe for tagDRVCONFIGINFO
impl !Send for tagDRVCONFIGINFO
impl !Sync for tagDRVCONFIGINFO
impl Unpin for tagDRVCONFIGINFO
impl UnwindSafe for tagDRVCONFIGINFO
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