#[repr(C)]pub struct CLUS_STORAGE_REMAP_DRIVELETTER {
pub CurrentDriveLetterMask: u32,
pub TargetDriveLetterMask: u32,
}
Expand description
Required features: "Win32_Networking_Clustering"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more