[][src]Union sunrise_ahci::hba::Cfis

#[repr(C)]union Cfis {
    raw_bytes: [Mmio<u8>; 64],
    h2d: FisRegH2D,
}

Command FIS.

The FIS that will be sent to the device. Bytes 0x00-0x40 of a CmdTable.

Fields

raw_bytes: [Mmio<u8>; 64]h2d: FisRegH2D

Auto Trait Implementations

impl RefUnwindSafe for Cfis

impl Send for Cfis

impl Sync for Cfis

impl Unpin for Cfis

impl UnwindSafe for Cfis

Blanket Implementations

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

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

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

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

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

impl<T> SizedIPCBuffer for T[src]

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> 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.