#[repr(transparent)]pub struct NonlinearConjugateGradientType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Trait Implementations§
Source§impl Clone for NonlinearConjugateGradientType
impl Clone for NonlinearConjugateGradientType
Source§fn clone(&self) -> NonlinearConjugateGradientType
fn clone(&self) -> NonlinearConjugateGradientType
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 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