pub enum EventDirection {
Assert,
Deassert,
}Variants§
Trait Implementations§
Source§impl Clone for EventDirection
impl Clone for EventDirection
Source§fn clone(&self) -> EventDirection
fn clone(&self) -> EventDirection
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 EventDirection
impl Debug for EventDirection
Source§impl PartialEq for EventDirection
impl PartialEq for EventDirection
impl Copy for EventDirection
impl StructuralPartialEq for EventDirection
Auto Trait Implementations§
impl Freeze for EventDirection
impl RefUnwindSafe for EventDirection
impl Send for EventDirection
impl Sync for EventDirection
impl Unpin for EventDirection
impl UnwindSafe for EventDirection
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