[][src]Struct sunrise_ahci::fis::FisSetDeviceBits

#[repr(packed)]pub struct FisSetDeviceBits {
    pub fis_type: Mmio<u8>,
    pub i: Mmio<u8>,
    pub status: Mmio<u8>,
    pub error: Mmio<u8>,
    pub _rsv: Mmio<u32>,
}

Set device bits FIS - device to host

Fields

fis_type: Mmio<u8>i: Mmio<u8>status: Mmio<u8>error: Mmio<u8>_rsv: Mmio<u32>

Auto Trait Implementations

impl RefUnwindSafe for FisSetDeviceBits

impl Send for FisSetDeviceBits

impl Sync for FisSetDeviceBits

impl Unpin for FisSetDeviceBits

impl UnwindSafe for FisSetDeviceBits

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.