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