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