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