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