Struct wasix::BusEventFault
source · #[repr(C)]pub struct BusEventFault {
pub cid: Cid,
pub fault: BusError,
}Fields§
§cid: CidHandle of the call where this event occurs for
fault: BusErrorFault that was raised against this call
Trait Implementations§
source§impl Clone for BusEventFault
impl Clone for BusEventFault
source§fn clone(&self) -> BusEventFault
fn clone(&self) -> BusEventFault
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