#[repr(simd)]pub struct vector_unsigned_char(/* private fields */);
🔬This is a nightly-only experimental API. (
stdarch_s390x
#135681)Available on s390x only.
Expand description
s390x-specific 128-bit wide vector of sixteen packed u8
Trait Implementations§
Source§impl Clone for vector_unsigned_char
impl Clone for vector_unsigned_char
Source§fn clone(&self) -> vector_unsigned_char
fn clone(&self) -> vector_unsigned_char
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 moreSource§impl Debug for vector_unsigned_char
impl Debug for vector_unsigned_char
impl Copy for vector_unsigned_char
Auto Trait Implementations§
impl Freeze for vector_unsigned_char
impl RefUnwindSafe for vector_unsigned_char
impl Send for vector_unsigned_char
impl Sync for vector_unsigned_char
impl Unpin for vector_unsigned_char
impl UnwindSafe for vector_unsigned_char
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