Enum flep::FileType [] [src]

pub enum FileType {
    AsciiText(TextFormat),
    EbcdicText(TextFormat),
    Binary,
    LocalFormat {
        bits_per_byte: u8,
    },
}

Variants

Fields of LocalFormat

Methods

impl FileType
[src]

Trait Implementations

impl Eq for FileType
[src]

impl Copy for FileType
[src]

impl Argument for FileType
[src]

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

Formats the value using the given formatter.

impl Clone for FileType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more