Enum esp32c6_hal::parl_io::SampleEdge
source · pub enum SampleEdge {
Normal = 0,
Invert = 1,
}
Expand description
Parallel IO sample edge
Variants§
Trait Implementations§
source§impl Clone for SampleEdge
impl Clone for SampleEdge
source§fn clone(&self) -> SampleEdge
fn clone(&self) -> SampleEdge
Returns a copy 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 SampleEdge
impl Debug for SampleEdge
source§impl PartialEq for SampleEdge
impl PartialEq for SampleEdge
source§fn eq(&self, other: &SampleEdge) -> bool
fn eq(&self, other: &SampleEdge) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SampleEdge
impl StructuralPartialEq for SampleEdge
Auto Trait Implementations§
impl RefUnwindSafe for SampleEdge
impl Send for SampleEdge
impl Sync for SampleEdge
impl Unpin for SampleEdge
impl UnwindSafe for SampleEdge
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