Struct coins_bip32::primitives::ChainCode
source · [−]Expand description
A 32-byte chain code
Tuple Fields
0: [u8; 32]
Trait Implementations
impl Copy for ChainCode
impl Eq for ChainCode
impl StructuralEq for ChainCode
impl StructuralPartialEq for ChainCode
Auto Trait Implementations
impl RefUnwindSafe for ChainCode
impl Send for ChainCode
impl Sync for ChainCode
impl Unpin for ChainCode
impl UnwindSafe for ChainCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more