Struct wasix::BusEventClose
source · [−]#[repr(C)]pub struct BusEventClose {
pub cid: Cid,
}Fields
cid: CidHandle of the call to release resources
Trait Implementations
sourceimpl Clone for BusEventClose
impl Clone for BusEventClose
sourcefn clone(&self) -> BusEventClose
fn clone(&self) -> BusEventClose
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 BusEventClose
impl Debug for BusEventClose
impl Copy for BusEventClose
Auto Trait Implementations
impl RefUnwindSafe for BusEventClose
impl Send for BusEventClose
impl Sync for BusEventClose
impl Unpin for BusEventClose
impl UnwindSafe for BusEventClose
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