Enum kernel::process::IPCType
[−]
[src]
pub enum IPCType { Service, Client, }
Variants
Service
Client
Trait Implementations
impl Copy for IPCType
[src]
impl Clone for IPCType
[src]
fn clone(&self) -> IPCType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more