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