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