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