[][src]Struct bq24195_i2c::VendorPartRevisionStatus

pub struct VendorPartRevisionStatus { /* fields omitted */ }

Methods

impl VendorPartRevisionStatus[src]

pub const RESERVED_7: Self[src]

Reserved, always 0

pub const RESERVED_6: Self[src]

Reserved, always 0

pub const PN_2: Self[src]

Always 1

pub const PN_1: Self[src]

Always 0

pub const PN_0: Self[src]

Always 0

pub const TS_PROFILE: Self[src]

0 = Cold/Hot Window

pub const DEV_REG_0: Self[src]

Always 1 (note the inversed bit order here)

pub const DEV_REG_1: Self[src]

Always 1

Trait Implementations

impl BitAnd<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

impl BitOr<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

impl BitXor<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

impl Clone for VendorPartRevisionStatus[src]

impl Copy for VendorPartRevisionStatus[src]

impl Debug for VendorPartRevisionStatus[src]

impl Default for VendorPartRevisionStatus[src]

impl Eq for VendorPartRevisionStatus[src]

impl From<u8> for VendorPartRevisionStatus[src]

impl Into<u8> for VendorPartRevisionStatus[src]

impl PartialEq<VendorPartRevisionStatus> for VendorPartRevisionStatus[src]

impl StructuralEq for VendorPartRevisionStatus[src]

impl StructuralPartialEq for VendorPartRevisionStatus[src]

Auto Trait Implementations

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