Skip to main content

Module types

Module types 

Source
Expand description

Core fstab types: Entry, Fstab, MountPoint, EntryBuilder.

These are the primary data structures used to represent an /etc/fstab file and its individual entries.

Structs§

Entry
A single fstab entry — corresponds to libmount struct libmnt_fs.
EntryBuilder
Builder for Entry with ergonomic construction of optional fields.
Fstab
A complete /etc/fstab file representation.
MountPoint
Mount point — fstab(5) field 2.