pub struct InterpolationScalar {
pub x1: u8,
pub y1: u8,
pub x2: u8,
pub y2: u8,
}Fields§
§x1: u8§y1: u8§x2: u8§y2: u8Implementations§
Trait Implementations§
Source§impl Clone for InterpolationScalar
impl Clone for InterpolationScalar
Source§fn clone(&self) -> InterpolationScalar
fn clone(&self) -> InterpolationScalar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterpolationScalar
Source§impl Debug for InterpolationScalar
impl Debug for InterpolationScalar
Source§impl Default for InterpolationScalar
impl Default for InterpolationScalar
impl Eq for InterpolationScalar
Source§impl PartialEq for InterpolationScalar
impl PartialEq for InterpolationScalar
Source§fn eq(&self, other: &InterpolationScalar) -> bool
fn eq(&self, other: &InterpolationScalar) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterpolationScalar
Auto Trait Implementations§
impl Freeze for InterpolationScalar
impl RefUnwindSafe for InterpolationScalar
impl Send for InterpolationScalar
impl Sync for InterpolationScalar
impl Unpin for InterpolationScalar
impl UnsafeUnpin for InterpolationScalar
impl UnwindSafe for InterpolationScalar
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