Struct simd_blit::EightPixels
source · pub struct EightPixels(_);Expand description
A pack of 8 pixels (SIMD alignment)
Implementations§
Trait Implementations§
source§impl Clone for EightPixels
impl Clone for EightPixels
source§fn clone(&self) -> EightPixels
fn clone(&self) -> EightPixels
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 EightPixels
impl Debug for EightPixels
impl Copy for EightPixels
Auto Trait Implementations§
impl RefUnwindSafe for EightPixels
impl Send for EightPixels
impl Sync for EightPixels
impl Unpin for EightPixels
impl UnwindSafe for EightPixels
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