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