#[repr(C, packed(1))]pub struct tagDRVCONFIGINFO {
pub dwDCISize: DWORD,
pub lpszDCISectionName: LPCWSTR,
pub lpszDCIAliasName: LPCWSTR,
}Fields§
§dwDCISize: DWORD§lpszDCISectionName: LPCWSTR§lpszDCIAliasName: LPCWSTRTrait Implementations§
Source§impl Clone for tagDRVCONFIGINFO
impl Clone for tagDRVCONFIGINFO
Source§fn clone(&self) -> tagDRVCONFIGINFO
fn clone(&self) -> tagDRVCONFIGINFO
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 tagDRVCONFIGINFO
impl Debug for tagDRVCONFIGINFO
impl Copy 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