[][src]Struct vl53l1_reg::VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0

pub struct VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0(pub u8);

Implementations

impl VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

pub fn get(&self) -> bool[src]

pub fn set(&mut self, value: bool)[src]

Trait Implementations

impl<T> BitRange<T> for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0 where
    u8: BitRange<T>, 
[src]

impl Clone for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl Copy for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl Debug for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl Default for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl Entry for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

type Array = [u8; 1]

The array type representing the entry encoded in bytes ordered for I2C (MSB).

impl Eq for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl Hash for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl PartialEq<VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0> for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl StructuralEq for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

impl StructuralPartialEq for VHV_RESULT__SIGNAL_TOTAL_EVENTS_REF_0[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Bit for T where
    T: BitRange<u8>, 
[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> Same<T> for T

type Output = T

Should always be Self

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.