pub struct CoqFeatureFlags {
pub use_ssreflect: bool,
pub use_mathcomp: bool,
pub use_equations: bool,
pub use_stdpp: bool,
pub use_iris: bool,
}Expand description
Coq backend feature flags
Fields§
§use_ssreflect: bool§use_mathcomp: bool§use_equations: bool§use_stdpp: bool§use_iris: boolTrait Implementations§
Source§impl Clone for CoqFeatureFlags
impl Clone for CoqFeatureFlags
Source§fn clone(&self) -> CoqFeatureFlags
fn clone(&self) -> CoqFeatureFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CoqFeatureFlags
impl Debug for CoqFeatureFlags
Source§impl Default for CoqFeatureFlags
impl Default for CoqFeatureFlags
Source§fn default() -> CoqFeatureFlags
fn default() -> CoqFeatureFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CoqFeatureFlags
impl RefUnwindSafe for CoqFeatureFlags
impl Send for CoqFeatureFlags
impl Sync for CoqFeatureFlags
impl Unpin for CoqFeatureFlags
impl UnsafeUnpin for CoqFeatureFlags
impl UnwindSafe for CoqFeatureFlags
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