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