Struct windows::Win32::Storage::IscsiDisc::NVCACHE_HINT_PAYLOAD
#[repr(C)]pub struct NVCACHE_HINT_PAYLOAD {}
Fields§
§Command: u8
§Feature7_0: u8
§Feature15_8: u8
§Count15_8: u8
§LBA7_0: u8
§LBA15_8: u8
§LBA23_16: u8
§LBA31_24: u8
§LBA39_32: u8
§LBA47_40: u8
§Auxiliary7_0: u8
§Auxiliary23_16: u8
§Reserved: [u8; 4]
Trait Implementations§
§impl Clone for NVCACHE_HINT_PAYLOAD
impl Clone for NVCACHE_HINT_PAYLOAD
§fn clone(&self) -> NVCACHE_HINT_PAYLOAD
fn clone(&self) -> NVCACHE_HINT_PAYLOAD
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 NVCACHE_HINT_PAYLOAD
impl Debug for NVCACHE_HINT_PAYLOAD
§impl Default for NVCACHE_HINT_PAYLOAD
impl Default for NVCACHE_HINT_PAYLOAD
§impl PartialEq for NVCACHE_HINT_PAYLOAD
impl PartialEq for NVCACHE_HINT_PAYLOAD
§fn eq(&self, other: &NVCACHE_HINT_PAYLOAD) -> bool
fn eq(&self, other: &NVCACHE_HINT_PAYLOAD) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NVCACHE_HINT_PAYLOAD
impl Eq for NVCACHE_HINT_PAYLOAD
impl StructuralPartialEq for NVCACHE_HINT_PAYLOAD
Auto Trait Implementations§
impl Freeze for NVCACHE_HINT_PAYLOAD
impl RefUnwindSafe for NVCACHE_HINT_PAYLOAD
impl Send for NVCACHE_HINT_PAYLOAD
impl Sync for NVCACHE_HINT_PAYLOAD
impl Unpin for NVCACHE_HINT_PAYLOAD
impl UnwindSafe for NVCACHE_HINT_PAYLOAD
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
)