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