#[repr(u32)]pub enum EventSpisOffset {
Rx = 0,
Tx = 1,
Eot = 2,
}Variants§
Trait Implementations§
Source§impl Clone for EventSpisOffset
impl Clone for EventSpisOffset
Source§fn clone(&self) -> EventSpisOffset
fn clone(&self) -> EventSpisOffset
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 EventSpisOffset
Auto Trait Implementations§
impl Freeze for EventSpisOffset
impl RefUnwindSafe for EventSpisOffset
impl Send for EventSpisOffset
impl Sync for EventSpisOffset
impl Unpin for EventSpisOffset
impl UnwindSafe for EventSpisOffset
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