Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
pwszName: PWSTR
pwszValue: PWSTR
Trait Implementations
impl Clone for VDS_POOL_CUSTOM_ATTRIBUTES
impl Clone for VDS_POOL_CUSTOM_ATTRIBUTES
impl Copy for VDS_POOL_CUSTOM_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for VDS_POOL_CUSTOM_ATTRIBUTES
impl !Send for VDS_POOL_CUSTOM_ATTRIBUTES
impl !Sync for VDS_POOL_CUSTOM_ATTRIBUTES
impl Unpin for VDS_POOL_CUSTOM_ATTRIBUTES
impl UnwindSafe for VDS_POOL_CUSTOM_ATTRIBUTES
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