pub enum RE {
Disabled = 0,
Enabled = 1,
}
Expand description
Receiver enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RE
impl Eq for RE
impl StructuralPartialEq for RE
Auto Trait Implementations§
impl Freeze for RE
impl RefUnwindSafe for RE
impl Send for RE
impl Sync for RE
impl Unpin for RE
impl UnwindSafe for RE
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