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
sourceimpl Clone for BusEventResult
impl Clone for BusEventResult
sourcefn clone(&self) -> BusEventResult
fn clone(&self) -> BusEventResult
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 more
sourceimpl Debug for BusEventResult
impl Debug for BusEventResult
impl Copy for BusEventResult
Auto Trait Implementations
impl RefUnwindSafe for BusEventResult
impl Send for BusEventResult
impl Sync for BusEventResult
impl Unpin for BusEventResult
impl UnwindSafe for BusEventResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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