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