Struct yaxpeax_superh::Displacement4
source · [−]#[repr(transparent)]pub struct Displacement4(pub u8);
Tuple Fields
0: u8
Trait Implementations
sourceimpl Clone for Displacement4
impl Clone for Displacement4
sourcefn clone(&self) -> Displacement4
fn clone(&self) -> Displacement4
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 Displacement4
impl Debug for Displacement4
sourceimpl Default for Displacement4
impl Default for Displacement4
sourcefn default() -> Displacement4
fn default() -> Displacement4
Returns the “default value” for a type. Read more
impl Display for Displacement4
impl Display for Displacement4
sourceimpl Hash for Displacement4
impl Hash for Displacement4
sourceimpl Ord for Displacement4
impl Ord for Displacement4
sourcefn cmp(&self, other: &Displacement4) -> Ordering
fn cmp(&self, other: &Displacement4) -> 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<Displacement4> for Displacement4
impl PartialEq<Displacement4> for Displacement4
sourcefn eq(&self, other: &Displacement4) -> bool
fn eq(&self, other: &Displacement4) -> bool
sourceimpl PartialOrd<Displacement4> for Displacement4
impl PartialOrd<Displacement4> for Displacement4
sourcefn partial_cmp(&self, other: &Displacement4) -> Option<Ordering>
fn partial_cmp(&self, other: &Displacement4) -> 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 Displacement4
impl Eq for Displacement4
impl StructuralEq for Displacement4
impl StructuralPartialEq for Displacement4
Auto Trait Implementations
impl RefUnwindSafe for Displacement4
impl Send for Displacement4
impl Sync for Displacement4
impl Unpin for Displacement4
impl UnwindSafe for Displacement4
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