Struct vls_protocol::model::Bip32KeyVersion
source · pub struct Bip32KeyVersion {
pub pubkey_version: u32,
pub privkey_version: u32,
}
Fields§
§pubkey_version: u32
§privkey_version: u32
Trait Implementations§
source§impl BigEndianEncodable for Bip32KeyVersion
impl BigEndianEncodable for Bip32KeyVersion
source§impl Debug for Bip32KeyVersion
impl Debug for Bip32KeyVersion
source§impl Decodable for Bip32KeyVersion
impl Decodable for Bip32KeyVersion
Auto Trait Implementations§
impl Freeze for Bip32KeyVersion
impl RefUnwindSafe for Bip32KeyVersion
impl Send for Bip32KeyVersion
impl Sync for Bip32KeyVersion
impl Unpin for Bip32KeyVersion
impl UnwindSafe for Bip32KeyVersion
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