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