#[repr(C)]pub struct u8x32(pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8, pub u8);Expand description
A 256-bit SIMD vector with 32 elements of type u8.
Tuple Fields§
§0: u8§1: u8§2: u8§3: u8§4: u8§5: u8§6: u8§7: u8§8: u8§9: u8§10: u8§11: u8§12: u8§13: u8§14: u8§15: u8§16: u8§17: u8§18: u8§19: u8§20: u8§21: u8§22: u8§23: u8§24: u8§25: u8§26: u8§27: u8§28: u8§29: u8§30: u8§31: u8Trait Implementations§
source§impl PartialEq for u8x32
 
impl PartialEq for u8x32
impl Copy for u8x32
impl Eq for u8x32
impl Pod for u8x32
impl StructuralPartialEq for u8x32
Auto Trait Implementations§
impl Freeze for u8x32
impl RefUnwindSafe for u8x32
impl Send for u8x32
impl Sync for u8x32
impl Unpin for u8x32
impl UnwindSafe for u8x32
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.