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