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