Struct windows_sys::Win32::Storage::IscsiDisc::DUMP_POINTERS_VERSION
#[repr(C)]pub struct DUMP_POINTERS_VERSION {
pub Version: u32,
pub Size: u32,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more