struct DerivationBase {
code: u16,
first: u8,
}
Fields§
§code: u16
§first: u8
Implementations§
Trait Implementations§
Source§impl Clone for DerivationBase
impl Clone for DerivationBase
Source§fn clone(&self) -> DerivationBase
fn clone(&self) -> DerivationBase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DerivationBase
impl RefUnwindSafe for DerivationBase
impl Send for DerivationBase
impl Sync for DerivationBase
impl Unpin for DerivationBase
impl UnwindSafe for DerivationBase
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