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