pub struct EightPixels(/* private fields */);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 duplicate 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 Freeze for EightPixels
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