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