#[repr(transparent)]pub struct PreconditionerType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl PreconditionerType
impl PreconditionerType
pub const IDENTITY: Self
pub const JACOBI: Self
pub const SCHUR_JACOBI: Self
pub const SCHUR_POWER_SERIES_EXPANSION: Self
pub const CLUSTER_JACOBI: Self
pub const CLUSTER_TRIDIAGONAL: Self
pub const SUBSET: Self
Trait Implementations§
Source§impl Clone for PreconditionerType
impl Clone for PreconditionerType
Source§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