pub enum BurstRead {
Disabled,
Enabled,
}Expand description
I2C Burst Read mode
Variants§
Trait Implementations§
impl Copy for BurstRead
impl Eq for BurstRead
impl StructuralPartialEq for BurstRead
Auto Trait Implementations§
impl Freeze for BurstRead
impl RefUnwindSafe for BurstRead
impl Send for BurstRead
impl Sync for BurstRead
impl Unpin for BurstRead
impl UnwindSafe for BurstRead
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