Enum vips_sys::GTraverseType[][src]

#[repr(u32)]
pub enum GTraverseType { G_IN_ORDER, G_PRE_ORDER, G_POST_ORDER, G_LEVEL_ORDER, }

Variants

Trait Implementations

impl Debug for GTraverseType
[src]

Formats the value using the given formatter. Read more

impl Copy for GTraverseType
[src]

impl Clone for GTraverseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GTraverseType
[src]

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

This method tests for !=.

impl Eq for GTraverseType
[src]

impl Hash for GTraverseType
[src]

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

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

Auto Trait Implementations

impl Send for GTraverseType

impl Sync for GTraverseType