[−][src]Struct bitcoin_hashes::sha256::Midstate
Output of the SHA256 hash function
Methods
impl Midstate
[src]
pub fn from_inner(inner: [u8; 32]) -> Self
[src]
Construct a new midstate from the inner value.
pub fn from_slice(sl: &[u8]) -> Result<Midstate, Error>
[src]
Copies a byte slice into the [Midstate] object.
pub fn into_inner(self) -> [u8; 32]
[src]
Unwraps the [Midstate] and returns the underlying byte array.
Trait Implementations
impl FromHex for Midstate
[src]
fn from_byte_iter<I>(iter: I) -> Result<Self, Error> where
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
[src]
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
fn from_hex(s: &str) -> Result<Self, Error>
[src]
Produce an object from a hex string
impl AsRef<[u8]> for Midstate
[src]
impl Ord for Midstate
[src]
fn cmp(&self, other: &Midstate) -> Ordering
[src]
fn max(self, other: Self) -> Self
1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self
[src]
clamp
)Restrict a value to a certain interval. Read more
impl PartialOrd<Midstate> for Midstate
[src]
fn partial_cmp(&self, other: &Midstate) -> Option<Ordering>
[src]
fn lt(&self, other: &Midstate) -> bool
[src]
fn le(&self, other: &Midstate) -> bool
[src]
fn gt(&self, other: &Midstate) -> bool
[src]
fn ge(&self, other: &Midstate) -> bool
[src]
impl Default for Midstate
[src]
impl Clone for Midstate
[src]
fn clone(&self) -> Midstate
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq<Midstate> for Midstate
[src]
impl Eq for Midstate
[src]
impl Copy for Midstate
[src]
impl Display for Midstate
[src]
impl Debug for Midstate
[src]
impl Deref for Midstate
[src]
impl Index<usize> for Midstate
[src]
impl Index<Range<usize>> for Midstate
[src]
type Output = [u8]
The returned type after indexing.
fn index(&self, index: Range<usize>) -> &[u8]
[src]
impl Index<RangeFrom<usize>> for Midstate
[src]
type Output = [u8]
The returned type after indexing.
fn index(&self, index: RangeFrom<usize>) -> &[u8]
[src]
impl Index<RangeTo<usize>> for Midstate
[src]
type Output = [u8]
The returned type after indexing.
fn index(&self, index: RangeTo<usize>) -> &[u8]
[src]
impl Index<RangeFull> for Midstate
[src]
impl Hash for Midstate
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl FromStr for Midstate
[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>
[src]
impl LowerHex for Midstate
[src]
impl Borrow<[u8]> for Midstate
[src]
Auto Trait Implementations
impl Unpin for Midstate
impl Sync for Midstate
impl Send for Midstate
impl UnwindSafe for Midstate
impl RefUnwindSafe for Midstate
Blanket Implementations
impl<T> ToHex for T where
T: LowerHex,
[src]
T: LowerHex,
impl<T> FromHex for T where
T: Hash,
[src]
T: Hash,
fn from_byte_iter<I>(I) -> Result<T, Error> where
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
[src]
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
fn from_hex(s: &str) -> Result<Self, Error>
[src]
Produce an object from a hex string
impl<T> From<T> for T
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,