[][src]Struct canvas::pixels::MaxAligned

#[repr(C)]
pub struct MaxAligned(pub [u8; 16]);

A byte-like-type that is aligned to the required max alignment.

This type does not contain padding and implements FromBytes.

Trait Implementations

impl AsPixel for MaxAligned[src]

impl Copy for MaxAligned[src]

impl Clone for MaxAligned[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromBytes for MaxAligned[src]

impl AsBytes for MaxAligned[src]

fn as_bytes(&self) -> &[u8][src]

Get the bytes of this value. Read more

fn as_bytes_mut(&mut self) -> &mut [u8] where
    Self: FromBytes
[src]

Get the bytes of this value mutably. Read more

Auto Trait Implementations

impl Send for MaxAligned

impl Sync for MaxAligned

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]