Enum ext4::Checksums[][src]

pub enum Checksums {
    Required,
    Enabled,
}

Variants

Trait Implementations

impl Debug for Checksums
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for Checksums

impl Sync for Checksums