pub struct IdentityScalingMethod;Expand description
linear_system_scaling=none — write identity scaling factors. The
TSymLinearSolver wrapper detects this case and skips the symmetric
scaling pass entirely; this implementation exists so that callers
who hand a scaling method unconditionally get a sensible default.
Trait Implementations§
Source§impl Clone for IdentityScalingMethod
impl Clone for IdentityScalingMethod
Source§fn clone(&self) -> IdentityScalingMethod
fn clone(&self) -> IdentityScalingMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IdentityScalingMethod
impl Debug for IdentityScalingMethod
Source§impl Default for IdentityScalingMethod
impl Default for IdentityScalingMethod
Source§fn default() -> IdentityScalingMethod
fn default() -> IdentityScalingMethod
Returns the “default value” for a type. Read more
impl Copy for IdentityScalingMethod
Auto Trait Implementations§
impl Freeze for IdentityScalingMethod
impl RefUnwindSafe for IdentityScalingMethod
impl Send for IdentityScalingMethod
impl Sync for IdentityScalingMethod
impl Unpin for IdentityScalingMethod
impl UnsafeUnpin for IdentityScalingMethod
impl UnwindSafe for IdentityScalingMethod
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