Struct bech32::primitives::checksum::PackedNull
source · pub struct PackedNull;
Expand description
A placeholder type used as part of the NoChecksum
“checksum”.
Trait Implementations§
source§impl BitXor<PackedNull> for PackedNull
impl BitXor<PackedNull> for PackedNull
§type Output = PackedNull
type Output = PackedNull
The resulting type after applying the
^
operator.source§fn bitxor(self, _: PackedNull) -> PackedNull
fn bitxor(self, _: PackedNull) -> PackedNull
Performs the
^
operation. Read moresource§impl Clone for PackedNull
impl Clone for PackedNull
source§fn clone(&self) -> PackedNull
fn clone(&self) -> PackedNull
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 Debug for PackedNull
impl Debug for PackedNull
source§impl PackedFe32 for PackedNull
impl PackedFe32 for PackedNull
source§fn unpack(&self, _: usize) -> u8
fn unpack(&self, _: usize) -> u8
Extracts the coefficient of the x^n from the packed polynomial.
source§impl PartialEq<PackedNull> for PackedNull
impl PartialEq<PackedNull> for PackedNull
source§fn eq(&self, other: &PackedNull) -> bool
fn eq(&self, other: &PackedNull) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PackedNull
impl Eq for PackedNull
impl StructuralEq for PackedNull
impl StructuralPartialEq for PackedNull
Auto Trait Implementations§
impl RefUnwindSafe for PackedNull
impl Send for PackedNull
impl Sync for PackedNull
impl Unpin for PackedNull
impl UnwindSafe for PackedNull
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