Group ids of a thread.
struct GroupIds {
real: u32,
effective: u32,
saved: u32,
}| Name | Description |
|---|---|
| real | Real id |
| effective | Effective id |
| saved | Saved id |
| Name | Description |
|---|---|
| get | Retrieves the group ids of this thread. |
| Receiver | Name | Description |
|---|---|---|
&self | set | Sets the group ids of this process. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Debug | Objects that can be formatted in a "debug" form. |
| Eq | Objects that implement the binary |
| MaybeClone | Objects that can be duplicated. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |