pub enum RXEDGIFW {
_0,
_1,
}Expand description
Values that can be written to the field RXEDGIF
Variants§
_0
No active edge on the receive pin has occurred.
_1
An active edge on the receive pin has occurred.
Auto Trait Implementations§
impl Freeze for RXEDGIFW
impl RefUnwindSafe for RXEDGIFW
impl Send for RXEDGIFW
impl Sync for RXEDGIFW
impl Unpin for RXEDGIFW
impl UnwindSafe for RXEDGIFW
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