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