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