[][src]Struct vl53l1_reg::MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1

pub struct MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1(pub u8);

Implementations

impl MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

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

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

Trait Implementations

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

impl Clone for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl Copy for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl Debug for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl Default for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl Entry for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

type Array = [u8; 1]

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

impl Eq for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl Hash for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl PartialEq<MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1> for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl StructuralEq for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[src]

impl StructuralPartialEq for MCU_RANGE_CALC__ALGO_SIGNAL_EVENTS_1[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.