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