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