#[repr(C)]pub struct m8x64(pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8, pub m8);Expand description
A 512-bit SIMD vector with 64 elements of type m8.
Tuple Fields§
§0: m8§1: m8§2: m8§3: m8§4: m8§5: m8§6: m8§7: m8§8: m8§9: m8§10: m8§11: m8§12: m8§13: m8§14: m8§15: m8§16: m8§17: m8§18: m8§19: m8§20: m8§21: m8§22: m8§23: m8§24: m8§25: m8§26: m8§27: m8§28: m8§29: m8§30: m8§31: m8§32: m8§33: m8§34: m8§35: m8§36: m8§37: m8§38: m8§39: m8§40: m8§41: m8§42: m8§43: m8§44: m8§45: m8§46: m8§47: m8§48: m8§49: m8§50: m8§51: m8§52: m8§53: m8§54: m8§55: m8§56: m8§57: m8§58: m8§59: m8§60: m8§61: m8§62: m8§63: m8Trait Implementations§
impl Copy for m8x64
impl Eq for m8x64
impl Pod for m8x64
impl StructuralPartialEq for m8x64
Auto Trait Implementations§
impl Freeze for m8x64
impl RefUnwindSafe for m8x64
impl Send for m8x64
impl Sync for m8x64
impl Unpin for m8x64
impl UnsafeUnpin for m8x64
impl UnwindSafe for m8x64
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,
Source§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.