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