Struct bitcoin::util::bip32::ChainCode [−][src]
pub struct ChainCode(_);
Expand description
A chain code
Implementations
Converts the object to a mutable raw pointer
Returns the underlying bytes.
Trait Implementations
fn from_byte_iter<I>(iter: I) -> Result<Self, Error> where
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
fn from_byte_iter<I>(iter: I) -> Result<Self, Error> where
I: Iterator<Item = Result<u8, Error>> + ExactSizeIterator + DoubleEndedIterator,
Produce an object from a byte iterator
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChainCode
impl UnwindSafe for ChainCode
Blanket Implementations
Mutably borrows from an owned value. Read more