[][src]Struct vl53l1_reg::ALGO__RANGE_MIN_CLIP

pub struct ALGO__RANGE_MIN_CLIP(pub u8);

Implementations

impl ALGO__RANGE_MIN_CLIP[src]

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

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

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

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

Trait Implementations

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

impl Clone for ALGO__RANGE_MIN_CLIP[src]

impl Copy for ALGO__RANGE_MIN_CLIP[src]

impl Debug for ALGO__RANGE_MIN_CLIP[src]

impl Default for ALGO__RANGE_MIN_CLIP[src]

impl Entry for ALGO__RANGE_MIN_CLIP[src]

type Array = [u8; 1]

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

impl Eq for ALGO__RANGE_MIN_CLIP[src]

impl Hash for ALGO__RANGE_MIN_CLIP[src]

impl PartialEq<ALGO__RANGE_MIN_CLIP> for ALGO__RANGE_MIN_CLIP[src]

impl StructuralEq for ALGO__RANGE_MIN_CLIP[src]

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