Struct vls_protocol::model::ExtKey
source · pub struct ExtKey(pub [u8; 78]);
Tuple Fields§
§0: [u8; 78]
Trait Implementations§
source§impl BigEndianEncodable for ExtKey
impl BigEndianEncodable for ExtKey
Auto Trait Implementations§
impl Freeze for ExtKey
impl RefUnwindSafe for ExtKey
impl Send for ExtKey
impl Sync for ExtKey
impl Unpin for ExtKey
impl UnwindSafe for ExtKey
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