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_ID
type: VDS_HWPROVIDER_TYPE
status: VDS_PATH_STATUS
Anonymous1: VDS_PATH_INFO_0
Anonymous2: VDS_PATH_INFO_1
Anonymous3: VDS_PATH_INFO_2
Trait 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 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