#[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
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