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