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