pub type idtype_t = Enum_Unnamed15;
Aliased Type§
#[repr(u32)]pub enum idtype_t {
P_ALL = 0,
P_PID = 1,
P_PGID = 2,
}
Variants§
Trait Implementations
Source§impl Clone for Enum_Unnamed15
impl Clone for Enum_Unnamed15
Source§fn clone(&self) -> Enum_Unnamed15
fn clone(&self) -> Enum_Unnamed15
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more