Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_PORT_PROP
[−]#[repr(C)]pub struct VDS_PORT_PROP {
pub id: GUID,
pub pwszFriendlyName: PWSTR,
pub pwszIdentification: PWSTR,
pub status: VDS_PORT_STATUS,
}
Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
id: GUID
pwszFriendlyName: PWSTR
pwszIdentification: PWSTR
status: VDS_PORT_STATUS
Trait Implementations
impl Clone for VDS_PORT_PROP
impl Clone for VDS_PORT_PROP
impl Copy for VDS_PORT_PROP
Auto Trait Implementations
impl RefUnwindSafe for VDS_PORT_PROP
impl !Send for VDS_PORT_PROP
impl !Sync for VDS_PORT_PROP
impl Unpin for VDS_PORT_PROP
impl UnwindSafe for VDS_PORT_PROP
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