#[repr(C)]pub struct PROCESS_DEVICEMAP_INFORMATION_EX_0_0 {
pub DriveMap: u32,
pub DriveType: [u8; 32],
}
Expand description
Required features: "Win32_Foundation"
Fields§
§DriveMap: u32
§DriveType: [u8; 32]
Trait Implementations§
impl Copy for PROCESS_DEVICEMAP_INFORMATION_EX_0_0
Auto Trait Implementations§
impl RefUnwindSafe for PROCESS_DEVICEMAP_INFORMATION_EX_0_0
impl Send for PROCESS_DEVICEMAP_INFORMATION_EX_0_0
impl Sync for PROCESS_DEVICEMAP_INFORMATION_EX_0_0
impl Unpin for PROCESS_DEVICEMAP_INFORMATION_EX_0_0
impl UnwindSafe for PROCESS_DEVICEMAP_INFORMATION_EX_0_0
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