Enum roffman::SectionNumber[][src]

pub enum SectionNumber {
    UserCommands,
    SystemCalls,
    LibraryCalls,
    Devices,
    FileFormatsAndConfigurationFiles,
    Games,
    Miscellaneous,
    SystemManagementCommands,
    Custom(u8),
}
Expand description

Defines the section to which the given ROFF belongs.

Variants

UserCommands

Commands that can be executed by the user from within a shell.

SystemCalls

Functions which wrap operations performed by the kernel.

LibraryCalls

All library functions excluding the system call wrappers (Most of the libc functions).

Devices

Files found in /dev which allow to access to devices through the kernel.

FileFormatsAndConfigurationFiles

Describes various human-readable file formats and configuration files.

Games

Games and funny little programs available on the system.

Miscellaneous

Overviews or descriptions of various topics, conventions, and protocols, character set standards, the standard filesystem layout, and miscellaneous other things.

SystemManagementCommands

Commands like mount(8), many of which only root can execute.

Custom

A custom section number.

Tuple Fields of Custom

0: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Returns this item as RoffText.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert this item into a RoffNode.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.