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