pub struct DetectEdges;Expand description
Configure an I/O line’s event detector to detect edges.
Trait Implementations§
impl Configured for DetectEdges
impl EdgeLevelCfg for DetectEdges
Auto Trait Implementations§
impl Freeze for DetectEdges
impl RefUnwindSafe for DetectEdges
impl Send for DetectEdges
impl Sync for DetectEdges
impl Unpin for DetectEdges
impl UnwindSafe for DetectEdges
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