Enum vlfeat_sys::_VlFrameType [] [src]

#[repr(u32)]
pub enum _VlFrameType { VL_FRAMETYPE_DISC, VL_FRAMETYPE_ORIENTED_DISC, VL_FRAMETYPE_ELLIPSE, VL_FRAMETYPE_ORIENTED_ELLIPSE, VL_FRAMETYPE_NUM, }

@brief Types of feature frames

Variants

Trait Implementations

impl Debug for _VlFrameType
[src]

Formats the value using the given formatter.

impl Copy for _VlFrameType
[src]

impl Clone for _VlFrameType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _VlFrameType
[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 _VlFrameType
[src]

impl Hash for _VlFrameType
[src]

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

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