pub struct XYZD50Hash(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for XYZD50Hash
impl Clone for XYZD50Hash
Source§fn clone(&self) -> XYZD50Hash
fn clone(&self) -> XYZD50Hash
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 XYZD50Hash
impl Debug for XYZD50Hash
Source§impl PartialEq for XYZD50Hash
impl PartialEq for XYZD50Hash
impl Copy for XYZD50Hash
impl Eq for XYZD50Hash
impl StructuralPartialEq for XYZD50Hash
Auto Trait Implementations§
impl Freeze for XYZD50Hash
impl RefUnwindSafe for XYZD50Hash
impl Send for XYZD50Hash
impl Sync for XYZD50Hash
impl Unpin for XYZD50Hash
impl UnwindSafe for XYZD50Hash
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