Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_PATH_INFO
[−]#[repr(C)]pub struct VDS_PATH_INFO {
pub pathId: VDS_PATH_ID,
pub type: VDS_HWPROVIDER_TYPE,
pub status: VDS_PATH_STATUS,
pub Anonymous1: VDS_PATH_INFO_0,
pub Anonymous2: VDS_PATH_INFO_1,
pub Anonymous3: VDS_PATH_INFO_2,
}Expand description
Required features: ‘Win32_Storage_VirtualDiskService’
Fields
pathId: VDS_PATH_IDtype: VDS_HWPROVIDER_TYPEstatus: VDS_PATH_STATUSAnonymous1: VDS_PATH_INFO_0Anonymous2: VDS_PATH_INFO_1Anonymous3: VDS_PATH_INFO_2Trait Implementations
impl Clone for VDS_PATH_INFO
impl Clone for VDS_PATH_INFO
impl Copy for VDS_PATH_INFO
Auto Trait Implementations
impl RefUnwindSafe for VDS_PATH_INFO
impl !Send for VDS_PATH_INFO
impl !Sync for VDS_PATH_INFO
impl Unpin for VDS_PATH_INFO
impl UnwindSafe for VDS_PATH_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more