Struct aurum_image::Size1 [] [src]

pub struct Size1<T>(pub T);

Bounds with a 1D size limit.

Methods

impl<T> Size1<T>
[src]

Trait Implementations

impl<T: Clone> Clone for Size1<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Size1<T>
[src]

impl<T: Debug> Debug for Size1<T>
[src]

Formats the value using the given formatter.

impl<T: Eq> Eq for Size1<T>
[src]

impl<T: Hash> Hash for Size1<T>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<T: PartialEq> PartialEq for Size1<T>
[src]

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

This method tests for !=.

impl<T: Copy + PartialOrd + Zero> Bounds for Size1<T>
[src]