Struct lrs::thread::GroupIds

Group ids of a thread.

Syntax

struct GroupIds {
    real: u32,
    effective: u32,
    saved: u32,
}

Fields

NameDescription
real

Real id

effective

Effective id

saved

Saved id

Static methods

NameDescription
get

Retrieves the group ids of this thread.

Methods

ReceiverNameDescription
&selfset

Sets the group ids of this process.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

Debug

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

Eq

Objects that implement the binary == and != operators.

MaybeClone

Objects that can be duplicated.

Pod

Objects that are safe to use if they contain a random bit pattern.