Struct wasix::BusEventCall
source · [−]#[repr(C)]pub struct BusEventCall {
pub parent: OptionCid,
pub cid: Cid,
pub format: BusDataFormat,
pub topic_hash: Hash,
pub fd: Fd,
}Fields
parent: OptionCidParent handle if this is a part of a call stack
cid: CidHandle of the call
format: BusDataFormatFormat of the data on the bus
topic_hash: HashHash of the topic name that identifies this operation
fd: FdFile descriptor that holds the event data
Trait Implementations
sourceimpl Clone for BusEventCall
impl Clone for BusEventCall
sourcefn clone(&self) -> BusEventCall
fn clone(&self) -> BusEventCall
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 moreimpl Copy for BusEventCall
Auto Trait Implementations
impl RefUnwindSafe for BusEventCall
impl Send for BusEventCall
impl Sync for BusEventCall
impl Unpin for BusEventCall
impl UnwindSafe for BusEventCall
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