Struct windows_sys::Win32::Storage::IscsiDisc::DUMP_POINTERS_VERSION
[−]Expand description
Required features: ‘Win32_Storage_IscsiDisc’
Fields
Version: u32
Size: u32
Trait Implementations
impl Clone for DUMP_POINTERS_VERSION
impl Clone for DUMP_POINTERS_VERSION
impl Copy for DUMP_POINTERS_VERSION
Auto Trait Implementations
impl RefUnwindSafe for DUMP_POINTERS_VERSION
impl Send for DUMP_POINTERS_VERSION
impl Sync for DUMP_POINTERS_VERSION
impl Unpin for DUMP_POINTERS_VERSION
impl UnwindSafe for DUMP_POINTERS_VERSION
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