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