#[repr(simd)]pub struct vector_bool_long(_, _);Available on PowerPC-64 only.
Expand description
PowerPC-specific 128-bit wide vector mask of two i64
Trait Implementations
impl Clone for vector_bool_long
source Available on PowerPC or PowerPC-64 only.
impl Clone for vector_bool_long
sourcefn clone(&self) -> vector_bool_long
source
fn clone(&self) -> vector_bool_long
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl Debug for vector_bool_long
source Available on PowerPC or PowerPC-64 only.
impl Debug for vector_bool_long
sourceimpl Copy for vector_bool_long
sourceAvailable on PowerPC or PowerPC-64 only.
Auto Trait Implementations
impl RefUnwindSafe for vector_bool_long
impl Send for vector_bool_long
impl Sync for vector_bool_long
impl Unpin for vector_bool_long
impl UnwindSafe for vector_bool_long
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more