Flags used when mounting a filesystem.
struct MountFlags(/* */)
| Receiver | Name | Description |
|---|---|---|
&self | is_set | Returns whether a flag is set. |
&mut self | set | Sets a flag. |
&mut self | unset | Clears a flag. |
| Name | Description |
|---|---|
| BitAnd | Objects that implement the binary |
| BitOr | Objects that implement the binary |
| Debug | Objects that can be formatted in a "debug" form. |
| Not | Objects that implement the unary |
See lrs::fs::flags for pre-defined mount flags.
flags