#[repr(C)]pub struct NVCACHE_HINT_PAYLOAD {Show 13 fields
pub Command: UCHAR,
pub Feature7_0: UCHAR,
pub Feature15_8: UCHAR,
pub Count15_8: UCHAR,
pub LBA7_0: UCHAR,
pub LBA15_8: UCHAR,
pub LBA23_16: UCHAR,
pub LBA31_24: UCHAR,
pub LBA39_32: UCHAR,
pub LBA47_40: UCHAR,
pub Auxiliary7_0: UCHAR,
pub Auxiliary23_16: UCHAR,
pub Reserved: [UCHAR; 4],
}
Fields§
§Command: UCHAR
§Feature7_0: UCHAR
§Feature15_8: UCHAR
§Count15_8: UCHAR
§LBA7_0: UCHAR
§LBA15_8: UCHAR
§LBA23_16: UCHAR
§LBA31_24: UCHAR
§LBA39_32: UCHAR
§LBA47_40: UCHAR
§Auxiliary7_0: UCHAR
§Auxiliary23_16: UCHAR
§Reserved: [UCHAR; 4]
Trait Implementations§
Source§impl Clone for NVCACHE_HINT_PAYLOAD
impl Clone for NVCACHE_HINT_PAYLOAD
Source§fn clone(&self) -> NVCACHE_HINT_PAYLOAD
fn clone(&self) -> NVCACHE_HINT_PAYLOAD
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_HINT_PAYLOAD
impl Default for NVCACHE_HINT_PAYLOAD
Source§fn default() -> NVCACHE_HINT_PAYLOAD
fn default() -> NVCACHE_HINT_PAYLOAD
Returns the “default value” for a type. Read more
impl Copy 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