Struct procfs::sys::kernel::SemaphoreLimits[][src]

pub struct SemaphoreLimits {
    pub semmsl: u64,
    pub semmns: u64,
    pub semopm: u64,
    pub semmni: u64,
}
Expand description

Represents the data from /proc/sys/kernel/sem

Fields

semmsl: u64

The maximum semaphores per semaphore set

semmns: u64

A system-wide limit on the number of semaphores in all semaphore sets

semopm: u64

The maximum number of operations that may be specified in a semop(2) call

semmni: u64

A system-wide limit on the maximum number of semaphore identifiers

Implementations

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

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

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

This method tests for !=.

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.

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.