[][src]Struct vl53l1_reg::SYSTEM__GROUPED_PARAMETER_HOLD_1

pub struct SYSTEM__GROUPED_PARAMETER_HOLD_1(pub u8);

Implementations

impl SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

pub fn grouped_parameter_hold(&self) -> u8[src]

pub fn set_grouped_parameter_hold(&mut self, value: u8)[src]

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

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

Trait Implementations

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

impl Clone for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl Copy for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl Debug for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl Default for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl Entry for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

type Array = [u8; 1]

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

impl Eq for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl Hash for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl PartialEq<SYSTEM__GROUPED_PARAMETER_HOLD_1> for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

impl StructuralEq for SYSTEM__GROUPED_PARAMETER_HOLD_1[src]

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