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