Struct wasix::BusEventResult
source · #[repr(C)]pub struct BusEventResult {
pub format: BusDataFormat,
pub cid: Cid,
pub fd: Fd,
}Fields§
§format: BusDataFormatFormat of the data on the bus
cid: CidHandle of the call
fd: FdFile descriptor that holds the event data
Trait Implementations§
source§impl Clone for BusEventResult
impl Clone for BusEventResult
source§fn clone(&self) -> BusEventResult
fn clone(&self) -> BusEventResult
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