pub struct DetectFallingEdgeLowLevel;Expand description
Configure an I/O line’s event detector to detect falling edges or low levels depending on whether it is configured to detect edges or levels.
Trait Implementations§
impl Configured for DetectFallingEdgeLowLevel
impl FallRiseLowHighCfg for DetectFallingEdgeLowLevel
Auto Trait Implementations§
impl Freeze for DetectFallingEdgeLowLevel
impl RefUnwindSafe for DetectFallingEdgeLowLevel
impl Send for DetectFallingEdgeLowLevel
impl Sync for DetectFallingEdgeLowLevel
impl Unpin for DetectFallingEdgeLowLevel
impl UnwindSafe for DetectFallingEdgeLowLevel
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