Struct wasix::BusEventExit
source · #[repr(C)]pub struct BusEventExit {
pub bid: Bid,
pub rval: Exitcode,
}Fields§
§bid: BidHandle of the bus process that has exited
rval: ExitcodeExit code of the bus process that has exited
Trait Implementations§
source§impl Clone for BusEventExit
impl Clone for BusEventExit
source§fn clone(&self) -> BusEventExit
fn clone(&self) -> BusEventExit
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