pub struct PackedNull;Expand description
A placeholder type used as part of the NoChecksum “checksum”.
Trait Implementations§
Source§impl BitXor for PackedNull
impl BitXor for PackedNull
Source§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 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 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 for PackedNull
impl PartialEq for PackedNull
impl Copy for PackedNull
impl Eq for PackedNull
impl StructuralPartialEq for PackedNull
Auto Trait Implementations§
impl Freeze for PackedNull
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