Enum augeas_sys::AugFlag [] [src]

#[repr(C)]
pub enum AugFlag { None, SaveBackup, SaveNewFile, TypeCheck, NoStdinc, SaveNoop, NoLoad, NoModlAutoload, EnableSpan, NoErrClose, TraceModuleLoading, }

Variants

Trait Implementations

impl Copy for AugFlag
[src]

impl Clone for AugFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for AugFlag
[src]

Formats the value using the given formatter.

impl BitOr for AugFlag
[src]

The resulting type after applying the | operator

The method for the | operator