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