[]Struct sunrise_ahci::hba::PxTFD

struct PxTFD(pub u32);

PxTFD "Port x Task File Data" register bitfield.

Defined in section 3.3.8

Implementations

impl PxTFD

fn err(&self) -> u32

fn bsy(&self) -> bool

fn cs0(&self) -> u32

fn drq(&self) -> bool

fn cs1(&self) -> u32

fn err_flag(&self) -> bool

Trait Implementations

impl<T> BitRange<T> for PxTFD where
    u32: BitRange<T>, 

impl Clone for PxTFD[src]

impl Copy for PxTFD[src]

impl Debug for PxTFD

Auto Trait Implementations

impl RefUnwindSafe for PxTFD

impl Send for PxTFD

impl Sync for PxTFD

impl Unpin for PxTFD

impl UnwindSafe for PxTFD

Blanket Implementations

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

impl<T> Bit for T where
    T: BitRange<u8>, 

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.