Enum Rsie
pub enum Rsie {
_0 = 0,
_1 = 1,
}Expand description
Repeated Start Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rsie
impl Eq for Rsie
impl StructuralPartialEq for Rsie
Auto Trait Implementations§
impl Freeze for Rsie
impl RefUnwindSafe for Rsie
impl Send for Rsie
impl Sync for Rsie
impl Unpin for Rsie
impl UnwindSafe for Rsie
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