#[repr(transparent)]pub struct Displacement8(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Clone for Displacement8
impl Clone for Displacement8
Source§fn clone(&self) -> Displacement8
fn clone(&self) -> Displacement8
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Displacement8
impl Debug for Displacement8
Source§impl Default for Displacement8
impl Default for Displacement8
Source§fn default() -> Displacement8
fn default() -> Displacement8
Returns the “default value” for a type. Read more
§impl Display for Displacement8
impl Display for Displacement8
Source§impl Hash for Displacement8
impl Hash for Displacement8
Source§impl Ord for Displacement8
impl Ord for Displacement8
Source§fn cmp(&self, other: &Displacement8) -> Ordering
fn cmp(&self, other: &Displacement8) -> Ordering
1.21.0 · Source§fn 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
Source§impl PartialEq for Displacement8
impl PartialEq for Displacement8
Source§impl PartialOrd for Displacement8
impl PartialOrd for Displacement8
impl Copy for Displacement8
impl Eq for Displacement8
impl StructuralPartialEq for Displacement8
Auto Trait Implementations§
impl Freeze for Displacement8
impl RefUnwindSafe for Displacement8
impl Send for Displacement8
impl Sync for Displacement8
impl Unpin for Displacement8
impl UnwindSafe for Displacement8
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