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