Struct wasix::BusEventExit
source · [−]Fields
bid: BidHandle of the bus process that has exited
rval: ExitcodeExit code of the bus process that has exited
Trait Implementations
sourceimpl Clone for BusEventExit
impl Clone for BusEventExit
sourcefn clone(&self) -> BusEventExit
fn clone(&self) -> BusEventExit
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BusEventExit
impl Debug for BusEventExit
impl Copy for BusEventExit
Auto Trait Implementations
impl RefUnwindSafe for BusEventExit
impl Send for BusEventExit
impl Sync for BusEventExit
impl Unpin for BusEventExit
impl UnwindSafe for BusEventExit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more