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