Struct wasix::BusEventFault
source · [−]Fields
cid: CidHandle of the call where this event occurs for
fault: BusErrorFault that was raised against this call
Trait Implementations
sourceimpl Clone for BusEventFault
impl Clone for BusEventFault
sourcefn clone(&self) -> BusEventFault
fn clone(&self) -> BusEventFault
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 BusEventFault
impl Debug for BusEventFault
impl Copy for BusEventFault
Auto Trait Implementations
impl RefUnwindSafe for BusEventFault
impl Send for BusEventFault
impl Sync for BusEventFault
impl Unpin for BusEventFault
impl UnwindSafe for BusEventFault
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