#[repr(u8)]pub enum Roie {
ROIE_0 = 0,
ROIE_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Roie
impl Ord for Roie
Source§impl PartialOrd for Roie
impl PartialOrd for Roie
impl Copy for Roie
impl Eq for Roie
impl StructuralPartialEq for Roie
Auto Trait Implementations§
impl Freeze for Roie
impl RefUnwindSafe for Roie
impl Send for Roie
impl Sync for Roie
impl Unpin for Roie
impl UnwindSafe for Roie
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