#[repr(C)]pub struct NVCACHE_REQUEST_BLOCK {
pub NRBSize: ULONG,
pub Function: USHORT,
pub NRBFlags: ULONG,
pub NRBStatus: ULONG,
pub Count: ULONG,
pub LBA: ULONGLONG,
pub DataBufSize: ULONG,
pub NVCacheStatus: ULONG,
pub NVCacheSubStatus: ULONG,
}
Fields§
§NRBSize: ULONG
§Function: USHORT
§NRBFlags: ULONG
§NRBStatus: ULONG
§Count: ULONG
§LBA: ULONGLONG
§DataBufSize: ULONG
§NVCacheStatus: ULONG
§NVCacheSubStatus: ULONG
Trait Implementations§
Source§impl Clone for NVCACHE_REQUEST_BLOCK
impl Clone for NVCACHE_REQUEST_BLOCK
Source§fn clone(&self) -> NVCACHE_REQUEST_BLOCK
fn clone(&self) -> NVCACHE_REQUEST_BLOCK
Returns a duplicate 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 moreSource§impl Default for NVCACHE_REQUEST_BLOCK
impl Default for NVCACHE_REQUEST_BLOCK
Source§fn default() -> NVCACHE_REQUEST_BLOCK
fn default() -> NVCACHE_REQUEST_BLOCK
Returns the “default value” for a type. Read more
impl Copy 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