Enum fitsio_sys::CaseSensitivity [] [src]

pub enum CaseSensitivity {
    CASEINSEN,
    CASESEN,
}

Variants

Trait Implementations

impl Debug for CaseSensitivity
[src]

Formats the value using the given formatter.

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