Struct ethereum_types::H520
source · #[repr(C)]pub struct H520(pub [u8; 65]);
Tuple Fields§
§0: [u8; 65]
Implementations§
source§impl H520
impl H520
sourcepub const fn repeat_byte(byte: u8) -> H520
pub const fn repeat_byte(byte: u8) -> H520
Returns a new fixed hash where all bits are set to the given byte.
sourcepub fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
pub fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ
Extracts a mutable byte slice containing the entire fixed hash.
sourcepub const fn as_fixed_bytes(&self) -> &[u8; 65]
pub const fn as_fixed_bytes(&self) -> &[u8; 65]
Extracts a reference to the byte array containing the entire fixed hash.
sourcepub fn as_fixed_bytes_mut(&mut self) -> &mut [u8; 65]
pub fn as_fixed_bytes_mut(&mut self) -> &mut [u8; 65]
Extracts a reference to the byte array containing the entire fixed hash.
sourcepub const fn to_fixed_bytes(self) -> [u8; 65]
pub const fn to_fixed_bytes(self) -> [u8; 65]
Returns the inner bytes array.
sourcepub fn as_mut_ptr(&mut self) -> *mut u8
pub fn as_mut_ptr(&mut self) -> *mut u8
Returns a mutable raw pointer to the value.
sourcepub fn assign_from_slice(&mut self, src: &[u8])
pub fn assign_from_slice(&mut self, src: &[u8])
sourcepub fn from_slice(src: &[u8]) -> Self
pub fn from_slice(src: &[u8]) -> Self
source§impl H520
impl H520
Utilities using the byteorder
crate.
sourcepub fn to_low_u64_be(&self) -> u64
pub fn to_low_u64_be(&self) -> u64
Returns the lowest 8 bytes interpreted as big-endian.
§Note
For hash type with less than 8 bytes the missing bytes are interpreted as being zero.
sourcepub fn to_low_u64_le(&self) -> u64
pub fn to_low_u64_le(&self) -> u64
Returns the lowest 8 bytes interpreted as little-endian.
§Note
For hash type with less than 8 bytes the missing bytes are interpreted as being zero.
sourcepub fn to_low_u64_ne(&self) -> u64
pub fn to_low_u64_ne(&self) -> u64
Returns the lowest 8 bytes interpreted as native-endian.
§Note
For hash type with less than 8 bytes the missing bytes are interpreted as being zero.
sourcepub fn from_low_u64_be(val: u64) -> Self
pub fn from_low_u64_be(val: u64) -> Self
Creates a new hash type from the given u64
value.
§Note
- The given
u64
value is interpreted as big endian. - Ignores the most significant bits of the given value if the hash type has less than 8 bytes.
sourcepub fn from_low_u64_le(val: u64) -> Self
pub fn from_low_u64_le(val: u64) -> Self
Creates a new hash type from the given u64
value.
§Note
- The given
u64
value is interpreted as little endian. - Ignores the most significant bits of the given value if the hash type has less than 8 bytes.
sourcepub fn from_low_u64_ne(val: u64) -> Self
pub fn from_low_u64_ne(val: u64) -> Self
Creates a new hash type from the given u64
value.
§Note
- The given
u64
value is interpreted as native endian. - Ignores the most significant bits of the given value if the hash type has less than 8 bytes.
source§impl H520
impl H520
Utilities using the rand
crate.
sourcepub fn randomize_using<R>(&mut self, rng: &mut R)
pub fn randomize_using<R>(&mut self, rng: &mut R)
Assign self
to a cryptographically random value using the
given random number generator.
sourcepub fn random_using<R>(rng: &mut R) -> Self
pub fn random_using<R>(rng: &mut R) -> Self
Create a new hash with cryptographically random content using the given random number generator.
Trait Implementations§
source§impl<'r> BitAndAssign<&'r H520> for H520
impl<'r> BitAndAssign<&'r H520> for H520
source§fn bitand_assign(&mut self, rhs: &'r H520)
fn bitand_assign(&mut self, rhs: &'r H520)
&=
operation. Read moresource§impl BitAndAssign for H520
impl BitAndAssign for H520
source§fn bitand_assign(&mut self, rhs: H520)
fn bitand_assign(&mut self, rhs: H520)
&=
operation. Read moresource§impl<'r> BitOrAssign<&'r H520> for H520
impl<'r> BitOrAssign<&'r H520> for H520
source§fn bitor_assign(&mut self, rhs: &'r H520)
fn bitor_assign(&mut self, rhs: &'r H520)
|=
operation. Read moresource§impl BitOrAssign for H520
impl BitOrAssign for H520
source§fn bitor_assign(&mut self, rhs: H520)
fn bitor_assign(&mut self, rhs: H520)
|=
operation. Read moresource§impl<'r> BitXorAssign<&'r H520> for H520
impl<'r> BitXorAssign<&'r H520> for H520
source§fn bitxor_assign(&mut self, rhs: &'r H520)
fn bitxor_assign(&mut self, rhs: &'r H520)
^=
operation. Read moresource§impl BitXorAssign for H520
impl BitXorAssign for H520
source§fn bitxor_assign(&mut self, rhs: H520)
fn bitxor_assign(&mut self, rhs: H520)
^=
operation. Read moresource§impl<'de> Deserialize<'de> for H520
impl<'de> Deserialize<'de> for H520
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
source§impl Distribution<H520> for Standard
impl Distribution<H520> for Standard
source§impl FromStr for H520
impl FromStr for H520
source§impl Ord for H520
impl Ord for H520
source§impl PartialOrd for H520
impl PartialOrd for H520
impl Copy for H520
impl Eq for H520
Auto Trait Implementations§
impl Freeze for H520
impl RefUnwindSafe for H520
impl Send for H520
impl Sync for H520
impl Unpin for H520
impl UnwindSafe for H520
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> ToHex for T
impl<T> ToHex for T
source§fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex<U>(&self) -> Uwhere
U: FromIterator<char>,
self
into the result. Lower case
letters are used (e.g. f9b4ca
)source§fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
fn encode_hex_upper<U>(&self) -> Uwhere
U: FromIterator<char>,
self
into the result. Upper case
letters are used (e.g. F9B4CA
)