Enum ext4::Checksums [] [src]

pub enum Checksums {
    Required,
    Enabled,
}

Variants

Trait Implementations

impl Debug for Checksums
[src]

Formats the value using the given formatter.

impl PartialEq for Checksums
[src]

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

This method tests for !=.

impl Default for Checksums
[src]

Returns the "default value" for a type. Read more