#[repr(C)]pub struct VDS_SUB_SYSTEM_PROP {
pub id: GUID,
pub pwszFriendlyName: PWSTR,
pub pwszIdentification: PWSTR,
pub ulFlags: u32,
pub ulStripeSizeFlags: u32,
pub status: VDS_SUB_SYSTEM_STATUS,
pub health: VDS_HEALTH,
pub sNumberOfInternalBuses: i16,
pub sMaxNumberOfSlotsEachBus: i16,
pub sMaxNumberOfControllers: i16,
pub sRebuildPriority: i16,
}Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
id: GUIDpwszFriendlyName: PWSTRpwszIdentification: PWSTRulFlags: u32ulStripeSizeFlags: u32status: VDS_SUB_SYSTEM_STATUShealth: VDS_HEALTHsNumberOfInternalBuses: i16sMaxNumberOfSlotsEachBus: i16sMaxNumberOfControllers: i16sRebuildPriority: i16Trait Implementations
impl Clone for VDS_SUB_SYSTEM_PROP
impl Clone for VDS_SUB_SYSTEM_PROP
impl Copy for VDS_SUB_SYSTEM_PROP
Auto Trait Implementations
impl RefUnwindSafe for VDS_SUB_SYSTEM_PROP
impl !Send for VDS_SUB_SYSTEM_PROP
impl !Sync for VDS_SUB_SYSTEM_PROP
impl Unpin for VDS_SUB_SYSTEM_PROP
impl UnwindSafe for VDS_SUB_SYSTEM_PROP
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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