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