Struct embedded_graphics::unsignedcoord::UnsignedCoord
source · Expand description
2D coordinate type
Tuple Fields
0: u321: u32Implementations
Trait Implementations
sourceimpl Add<UnsignedCoord> for UnsignedCoord
impl Add<UnsignedCoord> for UnsignedCoord
type Output = UnsignedCoord
type Output = UnsignedCoord
The resulting type after applying the
+ operator.sourcefn add(self, other: UnsignedCoord) -> UnsignedCoord
fn add(self, other: UnsignedCoord) -> UnsignedCoord
Performs the
+ operation. Read moresourceimpl AddAssign<UnsignedCoord> for UnsignedCoord
impl AddAssign<UnsignedCoord> for UnsignedCoord
sourcefn add_assign(&mut self, other: UnsignedCoord)
fn add_assign(&mut self, other: UnsignedCoord)
Performs the
+= operation. Read moresourceimpl Clone for UnsignedCoord
impl Clone for UnsignedCoord
sourcefn clone(&self) -> UnsignedCoord
fn clone(&self) -> UnsignedCoord
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UnsignedCoord
impl Debug for UnsignedCoord
sourceimpl Index<usize> for UnsignedCoord
impl Index<usize> for UnsignedCoord
sourceimpl PartialEq<UnsignedCoord> for UnsignedCoord
impl PartialEq<UnsignedCoord> for UnsignedCoord
sourcefn eq(&self, other: &UnsignedCoord) -> bool
fn eq(&self, other: &UnsignedCoord) -> bool
sourceimpl Sub<UnsignedCoord> for UnsignedCoord
impl Sub<UnsignedCoord> for UnsignedCoord
type Output = UnsignedCoord
type Output = UnsignedCoord
The resulting type after applying the
- operator.sourcefn sub(self, other: UnsignedCoord) -> UnsignedCoord
fn sub(self, other: UnsignedCoord) -> UnsignedCoord
Performs the
- operation. Read moresourceimpl SubAssign<UnsignedCoord> for UnsignedCoord
impl SubAssign<UnsignedCoord> for UnsignedCoord
sourcefn sub_assign(&mut self, other: UnsignedCoord)
fn sub_assign(&mut self, other: UnsignedCoord)
Performs the
-= operation. Read moreimpl Copy for UnsignedCoord
impl Eq for UnsignedCoord
impl StructuralEq for UnsignedCoord
impl StructuralPartialEq for UnsignedCoord
Auto Trait Implementations
impl RefUnwindSafe for UnsignedCoord
impl Send for UnsignedCoord
impl Sync for UnsignedCoord
impl Unpin for UnsignedCoord
impl UnwindSafe for UnsignedCoord
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more