Type Alias idtype_t

Source
pub type idtype_t = Enum_Unnamed15;

Aliased Type§

#[repr(u32)]
pub enum idtype_t { P_ALL = 0, P_PID = 1, P_PGID = 2, }

Variants§

§

P_ALL = 0

§

P_PID = 1

§

P_PGID = 2

Trait Implementations

Source§

impl Clone for Enum_Unnamed15

Source§

fn clone(&self) -> Enum_Unnamed15

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for Enum_Unnamed15