Enum rust_hdl::core::constraint::TimingRelativeEdge
source · [−]pub enum TimingRelativeEdge {
Rising,
Falling,
}
Variants
Rising
Falling
Trait Implementations
sourceimpl Clone for TimingRelativeEdge
impl Clone for TimingRelativeEdge
sourcefn clone(&self) -> TimingRelativeEdge
fn clone(&self) -> TimingRelativeEdge
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 Debug for TimingRelativeEdge
impl Debug for TimingRelativeEdge
sourceimpl ToString for TimingRelativeEdge
impl ToString for TimingRelativeEdge
impl Copy for TimingRelativeEdge
Auto Trait Implementations
impl RefUnwindSafe for TimingRelativeEdge
impl Send for TimingRelativeEdge
impl Sync for TimingRelativeEdge
impl Unpin for TimingRelativeEdge
impl UnwindSafe for TimingRelativeEdge
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