#[repr(u32)]pub enum EventI2cOffset {
Rx = 0,
Tx = 1,
Cmd = 2,
Eot = 3,
}Variants§
Trait Implementations§
Source§impl Clone for EventI2cOffset
impl Clone for EventI2cOffset
Source§fn clone(&self) -> EventI2cOffset
fn clone(&self) -> EventI2cOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventI2cOffset
Auto Trait Implementations§
impl Freeze for EventI2cOffset
impl RefUnwindSafe for EventI2cOffset
impl Send for EventI2cOffset
impl Sync for EventI2cOffset
impl Unpin for EventI2cOffset
impl UnwindSafe for EventI2cOffset
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