Struct windows_sys::Win32::Storage::VirtualDiskService::VDS_WWN
[−]Expand description
Required features: "Win32_Storage_VirtualDiskService"
Fields
rguchWwn: [u8; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VDS_WWN
impl Send for VDS_WWN
impl Sync for VDS_WWN
impl Unpin for VDS_WWN
impl UnwindSafe for VDS_WWN
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