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