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