Struct rp2040_pac2::i2c::vals::IcConSpeed[][src]

#[repr(transparent)]pub struct IcConSpeed(pub u8);

Implementations

impl IcConSpeed[src]

pub const STANDARD: Self[src]

Standard Speed mode of operation

pub const FAST: Self[src]

Fast or Fast Plus mode of operation

pub const HIGH: Self[src]

High Speed mode of operation

Trait Implementations

impl Clone for IcConSpeed[src]

impl Copy for IcConSpeed[src]

Auto Trait Implementations

impl Send for IcConSpeed

impl Sync for IcConSpeed

impl Unpin for IcConSpeed

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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, 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.