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