#[repr(C)]pub struct CLUS_STORAGE_REMAP_DRIVELETTER {
pub CurrentDriveLetterMask: u32,
pub TargetDriveLetterMask: u32,
}
Fields§
§CurrentDriveLetterMask: u32
§TargetDriveLetterMask: u32
Trait Implementations§
§impl Clone for CLUS_STORAGE_REMAP_DRIVELETTER
impl Clone for CLUS_STORAGE_REMAP_DRIVELETTER
impl Copy for CLUS_STORAGE_REMAP_DRIVELETTER
Auto Trait Implementations§
impl RefUnwindSafe for CLUS_STORAGE_REMAP_DRIVELETTER
impl Send for CLUS_STORAGE_REMAP_DRIVELETTER
impl Sync for CLUS_STORAGE_REMAP_DRIVELETTER
impl Unpin for CLUS_STORAGE_REMAP_DRIVELETTER
impl UnwindSafe for CLUS_STORAGE_REMAP_DRIVELETTER
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