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