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§
source§impl Clone for BusEventCall
impl Clone for BusEventCall
source§fn clone(&self) -> BusEventCall
fn clone(&self) -> BusEventCall
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