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