Struct windows_sys::Win32::Storage::FileSystem::VOLUME_FAILOVER_SET
[−]Expand description
Required features: "Win32_Storage_FileSystem"
Fields
NumberOfDisks: u32
DiskNumbers: [u32; 1]
Trait Implementations
impl Clone for VOLUME_FAILOVER_SET
impl Clone for VOLUME_FAILOVER_SET
impl Copy for VOLUME_FAILOVER_SET
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_FAILOVER_SET
impl Send for VOLUME_FAILOVER_SET
impl Sync for VOLUME_FAILOVER_SET
impl Unpin for VOLUME_FAILOVER_SET
impl UnwindSafe for VOLUME_FAILOVER_SET
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