#[repr(transparent)]pub struct NonlinearConjugateGradientType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl NonlinearConjugateGradientType
impl NonlinearConjugateGradientType
pub const FLETCHER_REEVES: Self
pub const POLAK_RIBIERE: Self
pub const HESTENES_STIEFEL: Self
Trait Implementations§
Source§impl PartialEq for NonlinearConjugateGradientType
impl PartialEq for NonlinearConjugateGradientType
Source§fn eq(&self, other: &NonlinearConjugateGradientType) -> bool
fn eq(&self, other: &NonlinearConjugateGradientType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for NonlinearConjugateGradientType
impl Eq for NonlinearConjugateGradientType
impl StructuralPartialEq for NonlinearConjugateGradientType
Auto Trait Implementations§
impl Freeze for NonlinearConjugateGradientType
impl RefUnwindSafe for NonlinearConjugateGradientType
impl Send for NonlinearConjugateGradientType
impl Sync for NonlinearConjugateGradientType
impl Unpin for NonlinearConjugateGradientType
impl UnwindSafe for NonlinearConjugateGradientType
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