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