pub enum FrameDataRow {
Idle,
Reset(u16),
Signal(u16),
}
Variants§
Trait Implementations§
Source§impl Clone for FrameDataRow
impl Clone for FrameDataRow
Source§fn clone(&self) -> FrameDataRow
fn clone(&self) -> FrameDataRow
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 moreSource§impl Debug for FrameDataRow
impl Debug for FrameDataRow
Source§impl PartialEq for FrameDataRow
impl PartialEq for FrameDataRow
impl Copy for FrameDataRow
impl Eq for FrameDataRow
impl StructuralPartialEq for FrameDataRow
Auto Trait Implementations§
impl Freeze for FrameDataRow
impl RefUnwindSafe for FrameDataRow
impl Send for FrameDataRow
impl Sync for FrameDataRow
impl Unpin for FrameDataRow
impl UnwindSafe for FrameDataRow
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