[][src]Struct winapi::shared::ntddscsi::NVCACHE_HINT_PAYLOAD

#[repr(C)]
pub struct NVCACHE_HINT_PAYLOAD {
    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: UCHARFeature7_0: UCHARFeature15_8: UCHARCount15_8: UCHARLBA7_0: UCHARLBA15_8: UCHARLBA23_16: UCHARLBA31_24: UCHARLBA39_32: UCHARLBA47_40: UCHARAuxiliary7_0: UCHARAuxiliary23_16: UCHARReserved: [UCHAR; 4]

Trait Implementations

impl Copy for NVCACHE_HINT_PAYLOAD[src]

impl Clone for NVCACHE_HINT_PAYLOAD[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for NVCACHE_HINT_PAYLOAD[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]