Struct int8x8x2_t
Other items incore::arch::aarch64
pub struct int8x8x2_t(pub int8x8_t, pub int8x8_t);
stdsimd
ARM-specific type containing two int8x8_t vectors.
int8x8_t
impl Clone for int8x8x2_t
fn clone(&self) -> int8x8x2_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Copy for int8x8x2_t
impl Send for int8x8x2_t
impl Sync for int8x8x2_t
impl Unpin for int8x8x2_t
impl<T> Any for T where T: 'static + ?Sized,
pub fn type_id(&Self) -> TypeId
Gets the TypeId of self. Read more
TypeId
self
impl<T> Borrow<T> for T where T: ?Sized,
pub fn borrow(&Self) -> &T
Immutably borrows from an owned value. Read more
impl<T> BorrowMut<T> for T where T: ?Sized,
pub fn borrow_mut(&mut Self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> From<T> for T
pub fn from(T) -> T
Performs the conversion.
impl<T, U> Into<U> for T where U: From<T>,
pub fn into(Self) -> U
impl<T, U> TryFrom<U> for T where U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto<U> for T where U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
pub fn try_into(Self) -> Result<U, <U as TryFrom<T>>::Error>