pub struct DriveKey {
pub public_key: [u8; 33],
pub private_key: [u8; 32],
pub chain_code: [u8; 32],
pub node: Option<Bip44Node>,
}Fields§
§public_key: [u8; 33]§private_key: [u8; 32]§chain_code: [u8; 32]§node: Option<Bip44Node>Implementations§
Auto Trait Implementations§
impl Freeze for DriveKey
impl RefUnwindSafe for DriveKey
impl Send for DriveKey
impl Sync for DriveKey
impl Unpin for DriveKey
impl UnwindSafe for DriveKey
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