#[repr(transparent)]pub struct PreconditionerType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl PreconditionerType
impl PreconditionerType
pub const IDENTITY: PreconditionerType
pub const JACOBI: PreconditionerType
pub const SCHUR_JACOBI: PreconditionerType
pub const SCHUR_POWER_SERIES_EXPANSION: PreconditionerType
pub const CLUSTER_JACOBI: PreconditionerType
pub const CLUSTER_TRIDIAGONAL: PreconditionerType
pub const SUBSET: PreconditionerType
Trait Implementations§
Source§impl Clone for PreconditionerType
impl Clone for PreconditionerType
Source§fn clone(&self) -> PreconditionerType
fn clone(&self) -> PreconditionerType
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 PreconditionerType
impl ExternType for PreconditionerType
Source§impl PartialEq for PreconditionerType
impl PartialEq for PreconditionerType
impl Copy for PreconditionerType
impl Eq for PreconditionerType
impl StructuralPartialEq for PreconditionerType
Auto Trait Implementations§
impl Freeze for PreconditionerType
impl RefUnwindSafe for PreconditionerType
impl Send for PreconditionerType
impl Sync for PreconditionerType
impl Unpin for PreconditionerType
impl UnwindSafe for PreconditionerType
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