#[repr(C)]pub struct VDS_CONTROLLER_PROP {
pub id: GUID,
pub pwszFriendlyName: PWSTR,
pub pwszIdentification: PWSTR,
pub status: VDS_CONTROLLER_STATUS,
pub health: VDS_HEALTH,
pub sNumberOfPorts: i16,
}Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
id: GUIDpwszFriendlyName: PWSTRpwszIdentification: PWSTRstatus: VDS_CONTROLLER_STATUShealth: VDS_HEALTHsNumberOfPorts: i16Trait Implementations
impl Clone for VDS_CONTROLLER_PROP
impl Clone for VDS_CONTROLLER_PROP
impl Copy for VDS_CONTROLLER_PROP
Auto Trait Implementations
impl RefUnwindSafe for VDS_CONTROLLER_PROP
impl !Send for VDS_CONTROLLER_PROP
impl !Sync for VDS_CONTROLLER_PROP
impl Unpin for VDS_CONTROLLER_PROP
impl UnwindSafe for VDS_CONTROLLER_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