#[repr(C)]pub enum fact_t {
DOFACT = 0,
SamePattern = 1,
SamePattern_SameRowPerm = 2,
FACTORED = 3,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for fact_t
impl RefUnwindSafe for fact_t
impl Send for fact_t
impl Sync for fact_t
impl Unpin for fact_t
impl UnwindSafe for fact_t
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