Struct lrs::fs::MountFlags

Flags used when mounting a filesystem.

Syntax

struct MountFlags(/* */)

Methods

ReceiverNameDescription
&selfis_set

Returns whether a flag is set.

&mut selfset

Sets a flag.

&mut selfunset

Clears a flag.

Trait implementations

NameDescription
BitAnd

Objects that implement the binary & operator.

BitOr

Objects that implement the binary | operator.

Debug

Objects that can be formatted in a "debug" form.

Not

Objects that implement the unary ! operator.

Remarks

See lrs::fs::flags for pre-defined mount flags.

See also