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