#[repr(transparent)]pub struct b64(pub u64);
Expand description
Bitmask type for 64 elements, used for mask operations on AVX512.
Tuple Fields§
§0: u64
Trait Implementations§
impl Copy for b64
impl Eq for b64
impl Pod for b64
impl StructuralPartialEq for b64
Auto Trait Implementations§
impl Freeze for b64
impl RefUnwindSafe for b64
impl Send for b64
impl Sync for b64
impl Unpin for b64
impl UnwindSafe for b64
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> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
§type Bits = T
type Bits = T
Self
must have the same layout as the specified Bits
except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern
.source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self
.