Enum shell_rs::renice::IdType [−][src]
pub enum IdType {
Pid,
Group,
Uid,
}Variants
Match PID.
Match process group id.
match user UID.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IdType
impl UnwindSafe for IdType
Blanket Implementations
Mutably borrows from an owned value. Read more