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