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