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