#[repr(C)]pub struct CLUS_STORAGE_SET_DRIVELETTER {
pub PartitionNumber: u32,
pub DriveLetterMask: u32,
}
Expand description
Required features: "Win32_Networking_Clustering"
Fields
PartitionNumber: u32
DriveLetterMask: u32
Trait Implementations
impl Clone for CLUS_STORAGE_SET_DRIVELETTER
impl Clone for CLUS_STORAGE_SET_DRIVELETTER
impl Copy for CLUS_STORAGE_SET_DRIVELETTER
Auto Trait Implementations
impl RefUnwindSafe for CLUS_STORAGE_SET_DRIVELETTER
impl Send for CLUS_STORAGE_SET_DRIVELETTER
impl Sync for CLUS_STORAGE_SET_DRIVELETTER
impl Unpin for CLUS_STORAGE_SET_DRIVELETTER
impl UnwindSafe for CLUS_STORAGE_SET_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