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