Struct aurum_image::Unbounded [] [src]

pub struct Unbounded<I> { /* fields omitted */ }

Image bounds in which any index is valid.

Methods

impl<I> Unbounded<I>
[src]

Trait Implementations

impl<I: Clone> Clone for Unbounded<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I: Copy> Copy for Unbounded<I>
[src]

impl<I: Debug> Debug for Unbounded<I>
[src]

Formats the value using the given formatter.

impl<I: Eq> Eq for Unbounded<I>
[src]

impl<I: PartialEq> PartialEq for Unbounded<I>
[src]

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

This method tests for !=.

impl<I: Copy> Bounds for Unbounded<I>
[src]

impl<I: Copy> IsUnbounded for Unbounded<I>
[src]