pub struct Hash256Dto(pub [u8; 32]);
Expand description
Hash256.
Tuple Fields§
§0: [u8; 32]
Implementations§
Source§impl Hash256Dto
impl Hash256Dto
pub const LENGTH: usize = 32usize
Sourcepub fn get_hash256(&self) -> [u8; 32]
pub fn get_hash256(&self) -> [u8; 32]
Sourcepub fn serializer(&self) -> Vec<u8> ⓘ
pub fn serializer(&self) -> Vec<u8> ⓘ
Sourcepub fn from_binary(src: &[u8]) -> Self
pub fn from_binary(src: &[u8]) -> Self
Trait Implementations§
Source§impl Clone for Hash256Dto
impl Clone for Hash256Dto
Source§fn clone(&self) -> Hash256Dto
fn clone(&self) -> Hash256Dto
Returns a duplicate 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 Hash256Dto
impl Debug for Hash256Dto
impl Copy for Hash256Dto
Auto Trait Implementations§
impl Freeze for Hash256Dto
impl RefUnwindSafe for Hash256Dto
impl Send for Hash256Dto
impl Sync for Hash256Dto
impl Unpin for Hash256Dto
impl UnwindSafe for Hash256Dto
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