Struct windows_sys::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,
}
Expand description
Required features: "Win32_Storage_IscsiDisc"
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
impl Copy for NVCACHE_REQUEST_BLOCK
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more