Struct weezl::encode::CompressedKey
source · struct CompressedKey(u16);
Tuple Fields§
§0: u16
Trait Implementations§
source§impl Clone for CompressedKey
impl Clone for CompressedKey
source§fn clone(&self) -> CompressedKey
fn clone(&self) -> CompressedKey
Returns a copy 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 moresource§impl From<CompressedKey> for FullKey
impl From<CompressedKey> for FullKey
source§fn from(CompressedKey: CompressedKey) -> Self
fn from(CompressedKey: CompressedKey) -> Self
Converts to this type from the input type.
source§impl From<FullKey> for CompressedKey
impl From<FullKey> for CompressedKey
impl Copy for CompressedKey
Auto Trait Implementations§
impl Freeze for CompressedKey
impl RefUnwindSafe for CompressedKey
impl Send for CompressedKey
impl Sync for CompressedKey
impl Unpin for CompressedKey
impl UnwindSafe for CompressedKey
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