pub enum SamplingEdge {
Rising = 0,
Falling = 1,
}
Expand description
Sampling mode for the QSPI interface
Variants§
Trait Implementations§
Source§impl Clone for SamplingEdge
impl Clone for SamplingEdge
Source§fn clone(&self) -> SamplingEdge
fn clone(&self) -> SamplingEdge
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 PartialEq for SamplingEdge
impl PartialEq for SamplingEdge
impl Copy for SamplingEdge
impl StructuralPartialEq for SamplingEdge
Auto Trait Implementations§
impl Freeze for SamplingEdge
impl RefUnwindSafe for SamplingEdge
impl Send for SamplingEdge
impl Sync for SamplingEdge
impl Unpin for SamplingEdge
impl UnwindSafe for SamplingEdge
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