#[repr(transparent)]pub struct LineSearchDirectionType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineSearchDirectionType
impl Eq for LineSearchDirectionType
Source§impl ExternType for LineSearchDirectionType
impl ExternType for LineSearchDirectionType
Source§impl PartialEq for LineSearchDirectionType
impl PartialEq for LineSearchDirectionType
Source§fn eq(&self, other: &LineSearchDirectionType) -> bool
fn eq(&self, other: &LineSearchDirectionType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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