#[repr(transparent)]pub struct LineSearchInterpolationType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Trait Implementations§
Source§impl Clone for LineSearchInterpolationType
impl Clone for LineSearchInterpolationType
impl Copy for LineSearchInterpolationType
impl Eq for LineSearchInterpolationType
Source§impl PartialEq for LineSearchInterpolationType
impl PartialEq for LineSearchInterpolationType
Source§fn eq(&self, other: &LineSearchInterpolationType) -> bool
fn eq(&self, other: &LineSearchInterpolationType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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