#[repr(transparent)]pub struct LineSearchDirectionType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
Source§impl LineSearchDirectionType
impl LineSearchDirectionType
pub const STEEPEST_DESCENT: LineSearchDirectionType
pub const NONLINEAR_CONJUGATE_GRADIENT: LineSearchDirectionType
pub const LBFGS: LineSearchDirectionType
pub const BFGS: LineSearchDirectionType
Trait Implementations§
Source§impl Clone for LineSearchDirectionType
impl Clone for LineSearchDirectionType
Source§fn clone(&self) -> LineSearchDirectionType
fn clone(&self) -> LineSearchDirectionType
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 LineSearchDirectionType
impl ExternType for LineSearchDirectionType
Source§impl PartialEq for LineSearchDirectionType
impl PartialEq for LineSearchDirectionType
impl Copy for LineSearchDirectionType
impl Eq for LineSearchDirectionType
impl StructuralPartialEq for LineSearchDirectionType
Auto Trait Implementations§
impl Freeze for LineSearchDirectionType
impl RefUnwindSafe for LineSearchDirectionType
impl Send for LineSearchDirectionType
impl Sync for LineSearchDirectionType
impl Unpin for LineSearchDirectionType
impl UnwindSafe for LineSearchDirectionType
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