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