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