pub struct BIP44Path {
pub purpose: u32,
pub coin: u32,
pub account: u32,
pub change: u32,
pub index: u32,
}
Expand description
BIP44 Path
Fields§
§purpose: u32
Purpose
coin: u32
Coin
account: u32
Account
change: u32
Change
index: u32
Address Index
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BIP44Path
impl RefUnwindSafe for BIP44Path
impl Send for BIP44Path
impl Sync for BIP44Path
impl Unpin for BIP44Path
impl UnwindSafe for BIP44Path
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