[]Struct sunrise_ahci::hba::CAP2

struct CAP2(pub u32);

HbaMem.CAP2 "HBA Capabilities Extended" register bitfield.

Defined in section 3.1.10

Implementations

impl CAP2

fn deso(&self) -> bool

fn sadm(&self) -> bool

fn sds(&self) -> bool

fn apst(&self) -> bool

fn nvmp(&self) -> bool

fn boh(&self) -> bool

Trait Implementations

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

impl Clone for CAP2[src]

impl Copy for CAP2[src]

impl Debug for CAP2

Auto Trait Implementations

impl RefUnwindSafe for CAP2

impl Send for CAP2

impl Sync for CAP2

impl Unpin for CAP2

impl UnwindSafe for CAP2

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.