pub enum I2CSpeed {
Speed100k,
Speed400k,
}Variants§
Auto Trait Implementations§
impl Freeze for I2CSpeed
impl RefUnwindSafe for I2CSpeed
impl Send for I2CSpeed
impl Sync for I2CSpeed
impl Unpin for I2CSpeed
impl UnsafeUnpin for I2CSpeed
impl UnwindSafe for I2CSpeed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more