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