Struct PackedNull
pub struct PackedNull;
Expand description
A placeholder type used as part of the NoChecksum
“checksum”.
Trait Implementations§
§impl BitXor for PackedNull
impl BitXor for PackedNull
§type Output = PackedNull
type Output = PackedNull
The resulting type after applying the
^
operator.§fn bitxor(self, _: PackedNull) -> PackedNull
fn bitxor(self, _: PackedNull) -> PackedNull
Performs the
^
operation. Read more§impl Clone for PackedNull
impl Clone for PackedNull
§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 more§impl Debug for PackedNull
impl Debug for PackedNull
§impl PackedFe32 for PackedNull
impl PackedFe32 for PackedNull
§const ONE: PackedNull = PackedNull
const ONE: PackedNull = PackedNull
The one constant, for which stdlib provides no existing trait.
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more