Struct yaxpeax_superh::Displacement12
source · [−]#[repr(transparent)]pub struct Displacement12(pub u16);
Tuple Fields
0: u16
Trait Implementations
sourceimpl Clone for Displacement12
impl Clone for Displacement12
sourcefn clone(&self) -> Displacement12
fn clone(&self) -> Displacement12
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 Displacement12
impl Debug for Displacement12
sourceimpl Default for Displacement12
impl Default for Displacement12
sourcefn default() -> Displacement12
fn default() -> Displacement12
Returns the “default value” for a type. Read more
impl Display for Displacement12
impl Display for Displacement12
sourceimpl Hash for Displacement12
impl Hash for Displacement12
sourceimpl Ord for Displacement12
impl Ord for Displacement12
sourcefn cmp(&self, other: &Displacement12) -> Ordering
fn cmp(&self, other: &Displacement12) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<Displacement12> for Displacement12
impl PartialEq<Displacement12> for Displacement12
sourcefn eq(&self, other: &Displacement12) -> bool
fn eq(&self, other: &Displacement12) -> bool
sourceimpl PartialOrd<Displacement12> for Displacement12
impl PartialOrd<Displacement12> for Displacement12
sourcefn partial_cmp(&self, other: &Displacement12) -> Option<Ordering>
fn partial_cmp(&self, other: &Displacement12) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Displacement12
impl Eq for Displacement12
impl StructuralEq for Displacement12
impl StructuralPartialEq for Displacement12
Auto Trait Implementations
impl RefUnwindSafe for Displacement12
impl Send for Displacement12
impl Sync for Displacement12
impl Unpin for Displacement12
impl UnwindSafe for Displacement12
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