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