Enum nifti::typedef::SliceOrder[][src]

#[repr(u8)]
pub enum SliceOrder { Unknown, SeqInc, SeqDec, AltInc, AltDec, AltInc2, AltDec2, }

An enum type for representing the slice order.

Variants

NIFTI_SLICE_UNKNOWN

NIFTI_SLICE_SEQ_INC

NIFTI_SLICE_SEQ_DEC

NIFTI_SLICE_ALT_INC

NIFTI_SLICE_ALT_DEC

NIFTI_SLICE_ALT_INC2

NIFTI_SLICE_ALT_DEC2

Trait Implementations

impl Debug for SliceOrder
[src]

Formats the value using the given formatter. Read more

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

impl Hash for SliceOrder
[src]

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

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

impl Clone for SliceOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SliceOrder
[src]

Auto Trait Implementations

impl Send for SliceOrder

impl Sync for SliceOrder