Struct wasix::BusEventClose
source · #[repr(C)]pub struct BusEventClose {
pub cid: Cid,
}Fields§
§cid: CidHandle of the call to release resources
Trait Implementations§
source§impl Clone for BusEventClose
impl Clone for BusEventClose
source§fn clone(&self) -> BusEventClose
fn clone(&self) -> BusEventClose
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