Struct windows::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
§fn clone(&self) -> DUMP_POINTERS_VERSION
fn clone(&self) -> DUMP_POINTERS_VERSION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DUMP_POINTERS_VERSION
impl Debug for DUMP_POINTERS_VERSION
§impl Default for DUMP_POINTERS_VERSION
impl Default for DUMP_POINTERS_VERSION
§impl PartialEq for DUMP_POINTERS_VERSION
impl PartialEq for DUMP_POINTERS_VERSION
§fn eq(&self, other: &DUMP_POINTERS_VERSION) -> bool
fn eq(&self, other: &DUMP_POINTERS_VERSION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DUMP_POINTERS_VERSION
impl Eq for DUMP_POINTERS_VERSION
impl StructuralPartialEq for DUMP_POINTERS_VERSION
Auto Trait Implementations§
impl Freeze for DUMP_POINTERS_VERSION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)