#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagDRVCONFIGINFO
Auto Trait Implementations§
impl !Send for tagDRVCONFIGINFO
impl !Sync for tagDRVCONFIGINFO
impl Freeze for tagDRVCONFIGINFO
impl RefUnwindSafe for tagDRVCONFIGINFO
impl Unpin for tagDRVCONFIGINFO
impl UnsafeUnpin 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