Struct lodepng::Grey [] [src]

pub struct Grey<ComponentType>(pub ComponentType);

Opaque greyscale pixel (acces with px.0)

Trait Implementations

impl<ComponentType: Debug> Debug for Grey<ComponentType>
[src]

Formats the value using the given formatter.

impl<ComponentType: Copy> Copy for Grey<ComponentType>
[src]

impl<ComponentType: Clone> Clone for Grey<ComponentType>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<ComponentType: Eq> Eq for Grey<ComponentType>
[src]

impl<ComponentType: PartialEq> PartialEq for Grey<ComponentType>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.