Union wasix::OptionPidU
source · #[repr(C)]
pub union OptionPidU {
pub none: u8,
pub some: Pid,
}Fields§
§none: u8§some: PidTrait Implementations§
source§impl Clone for OptionPidU
impl Clone for OptionPidU
source§fn clone(&self) -> OptionPidU
fn clone(&self) -> OptionPidU
Returns a copy 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