Enum stm32_hal2::qspi::SamplingEdge
source · [−]pub enum SamplingEdge {
Rising,
Falling,
}
Expand description
Sampling mode for the QSPI interface
Variants
Rising
Falling
Trait Implementations
sourceimpl Clone for SamplingEdge
impl Clone for SamplingEdge
sourcefn clone(&self) -> SamplingEdge
fn clone(&self) -> SamplingEdge
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl PartialEq<SamplingEdge> for SamplingEdge
impl PartialEq<SamplingEdge> for SamplingEdge
impl Copy for SamplingEdge
impl StructuralPartialEq for SamplingEdge
Auto Trait Implementations
impl RefUnwindSafe for SamplingEdge
impl Send for SamplingEdge
impl Sync for SamplingEdge
impl Unpin for SamplingEdge
impl UnwindSafe for SamplingEdge
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more