#[repr(transparent)]pub struct LineSearchDirectionType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl LineSearchDirectionType
impl LineSearchDirectionType
pub const STEEPEST_DESCENT: Self
pub const NONLINEAR_CONJUGATE_GRADIENT: Self
pub const LBFGS: Self
pub const BFGS: Self
Trait Implementations§
Source§impl Clone for LineSearchDirectionType
impl Clone for LineSearchDirectionType
Source§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