Struct windows::Win32::Storage::IscsiDisc::NVCACHE_REQUEST_BLOCK
#[repr(C)]pub struct NVCACHE_REQUEST_BLOCK {
pub NRBSize: u32,
pub Function: u16,
pub NRBFlags: u32,
pub NRBStatus: u32,
pub Count: u32,
pub LBA: u64,
pub DataBufSize: u32,
pub NVCacheStatus: u32,
pub NVCacheSubStatus: u32,
}
Fields§
§NRBSize: u32
§Function: u16
§NRBFlags: u32
§NRBStatus: u32
§Count: u32
§LBA: u64
§DataBufSize: u32
§NVCacheStatus: u32
§NVCacheSubStatus: u32
Trait Implementations§
§impl Clone for NVCACHE_REQUEST_BLOCK
impl Clone for NVCACHE_REQUEST_BLOCK
§fn clone(&self) -> NVCACHE_REQUEST_BLOCK
fn clone(&self) -> NVCACHE_REQUEST_BLOCK
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_REQUEST_BLOCK
impl Debug for NVCACHE_REQUEST_BLOCK
§impl Default for NVCACHE_REQUEST_BLOCK
impl Default for NVCACHE_REQUEST_BLOCK
§impl PartialEq for NVCACHE_REQUEST_BLOCK
impl PartialEq for NVCACHE_REQUEST_BLOCK
§fn eq(&self, other: &NVCACHE_REQUEST_BLOCK) -> bool
fn eq(&self, other: &NVCACHE_REQUEST_BLOCK) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NVCACHE_REQUEST_BLOCK
impl Eq for NVCACHE_REQUEST_BLOCK
impl StructuralPartialEq for NVCACHE_REQUEST_BLOCK
Auto Trait Implementations§
impl Freeze for NVCACHE_REQUEST_BLOCK
impl RefUnwindSafe for NVCACHE_REQUEST_BLOCK
impl Send for NVCACHE_REQUEST_BLOCK
impl Sync for NVCACHE_REQUEST_BLOCK
impl Unpin for NVCACHE_REQUEST_BLOCK
impl UnwindSafe for NVCACHE_REQUEST_BLOCK
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
)