[]Struct sunrise_ahci::hba::CAP

struct CAP(pub u32);

HbaMem.CAP "HBA Capabilities" register bitfield.

Defined in section 3.1.1

Implementations

impl CAP

fn s64a(&self) -> bool

fn sncq(&self) -> bool

fn ssntf(&self) -> bool

fn smps(&self) -> bool

fn sss(&self) -> bool

fn salp(&self) -> bool

fn sal(&self) -> bool

fn sclo(&self) -> bool

fn iss(&self) -> u32

fn sam(&self) -> bool

fn spm(&self) -> bool

fn fbss(&self) -> bool

fn pmd(&self) -> bool

fn scc(&self) -> bool

fn psc(&self) -> bool

fn ncs(&self) -> u32

fn cccs(&self) -> bool

fn ems(&self) -> bool

fn sxs(&self) -> bool

fn np(&self) -> u32

Trait Implementations

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

impl Clone for CAP[src]

impl Copy for CAP[src]

impl Debug for CAP

Auto Trait Implementations

impl RefUnwindSafe for CAP

impl Send for CAP

impl Sync for CAP

impl Unpin for CAP

impl UnwindSafe for CAP

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.