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