#[repr(C)]pub struct PROCESS_DEVICEMAP_INFORMATION_EX_u_Query {
pub DriveMap: ULONG,
pub DriveType: [UCHAR; 32],
}
Fields
DriveMap: ULONG
DriveType: [UCHAR; 32]
Trait Implementations
sourceimpl Clone for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
impl Clone for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
sourcefn clone(&self) -> PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
fn clone(&self) -> PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
impl Send for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
impl Sync for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
impl Unpin for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
impl UnwindSafe for PROCESS_DEVICEMAP_INFORMATION_EX_u_Query
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more