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