#[repr(transparent)]pub struct LinearSolverType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl LinearSolverType
impl LinearSolverType
pub const DENSE_NORMAL_CHOLESKY: LinearSolverType
pub const DENSE_QR: LinearSolverType
pub const SPARSE_NORMAL_CHOLESKY: LinearSolverType
pub const DENSE_SCHUR: LinearSolverType
pub const SPARSE_SCHUR: LinearSolverType
pub const ITERATIVE_SCHUR: LinearSolverType
pub const CGNR: LinearSolverType
Trait Implementations§
Source§impl Clone for LinearSolverType
impl Clone for LinearSolverType
Source§fn clone(&self) -> LinearSolverType
fn clone(&self) -> LinearSolverType
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 ExternType for LinearSolverType
impl ExternType for LinearSolverType
Source§impl PartialEq for LinearSolverType
impl PartialEq for LinearSolverType
impl Copy for LinearSolverType
impl Eq for LinearSolverType
impl StructuralPartialEq for LinearSolverType
Auto Trait Implementations§
impl Freeze for LinearSolverType
impl RefUnwindSafe for LinearSolverType
impl Send for LinearSolverType
impl Sync for LinearSolverType
impl Unpin for LinearSolverType
impl UnwindSafe for LinearSolverType
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