#[repr(C)]pub struct CONFLICT_DETAILS_A {
pub CD_ulSize: ULONG,
pub CD_ulMask: ULONG,
pub CD_dnDevInst: DEVINST,
pub CD_rdResDes: RES_DES,
pub CD_ulFlags: ULONG,
pub CD_szDescription: [CHAR; 260],
}
Fields§
§CD_ulSize: ULONG
§CD_ulMask: ULONG
§CD_dnDevInst: DEVINST
§CD_rdResDes: RES_DES
§CD_ulFlags: ULONG
§CD_szDescription: [CHAR; 260]
Trait Implementations§
Source§impl Clone for CONFLICT_DETAILS_A
impl Clone for CONFLICT_DETAILS_A
Source§fn clone(&self) -> CONFLICT_DETAILS_A
fn clone(&self) -> CONFLICT_DETAILS_A
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 moreimpl Copy for CONFLICT_DETAILS_A
Auto Trait Implementations§
impl Freeze for CONFLICT_DETAILS_A
impl RefUnwindSafe for CONFLICT_DETAILS_A
impl Send for CONFLICT_DETAILS_A
impl Sync for CONFLICT_DETAILS_A
impl Unpin for CONFLICT_DETAILS_A
impl UnwindSafe for CONFLICT_DETAILS_A
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