Enum vips::VipsAccess[][src]

#[repr(u32)]
pub enum VipsAccess { VIPS_ACCESS_RANDOM, VIPS_ACCESS_SEQUENTIAL, VIPS_ACCESS_SEQUENTIAL_UNBUFFERED, VIPS_ACCESS_LAST, }

Variants

Trait Implementations

impl Eq for VipsAccess
[src]

impl Hash for VipsAccess
[src]

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

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

impl PartialEq<VipsAccess> for VipsAccess
[src]

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

This method tests for !=.

impl Debug for VipsAccess
[src]

Formats the value using the given formatter. Read more

impl Clone for VipsAccess
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VipsAccess
[src]

Auto Trait Implementations

impl Send for VipsAccess

impl Sync for VipsAccess