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