pub enum ClockEdge {
Rising,
Falling,
}
Expand description
ClockEdge defines how data will be driven or sampled on the FTDI device.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockEdge
impl RefUnwindSafe for ClockEdge
impl Send for ClockEdge
impl Sync for ClockEdge
impl Unpin for ClockEdge
impl UnwindSafe for ClockEdge
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