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