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