[][src]Struct resize::Pixel::Gray16

pub struct Gray16;

Grayscale, 16-bit, native endian.

Trait Implementations

impl Clone for Gray16[src]

impl Copy for Gray16[src]

impl Debug for Gray16[src]

impl PixelFormat for Gray16[src]

type Accumulator = [f32; 1]

Array to hold temporary values.

type Subpixel = u16

Type of a Subpixel of each pixel (8 or 16 bits).

Auto Trait Implementations

impl RefUnwindSafe for Gray16

impl Send for Gray16

impl Sync for Gray16

impl Unpin for Gray16

impl UnwindSafe for Gray16

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.