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