[][src]Struct vl53l1_reg::SPI_ASYNC_MUX__CTRL

pub struct SPI_ASYNC_MUX__CTRL(pub u8);

Implementations

impl SPI_ASYNC_MUX__CTRL[src]

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

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

Trait Implementations

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

impl Clone for SPI_ASYNC_MUX__CTRL[src]

impl Copy for SPI_ASYNC_MUX__CTRL[src]

impl Debug for SPI_ASYNC_MUX__CTRL[src]

impl Default for SPI_ASYNC_MUX__CTRL[src]

impl Entry for SPI_ASYNC_MUX__CTRL[src]

type Array = [u8; 1]

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

impl Eq for SPI_ASYNC_MUX__CTRL[src]

impl Hash for SPI_ASYNC_MUX__CTRL[src]

impl PartialEq<SPI_ASYNC_MUX__CTRL> for SPI_ASYNC_MUX__CTRL[src]

impl StructuralEq for SPI_ASYNC_MUX__CTRL[src]

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