#[repr(C)]pub struct evtchn_alloc_unbound {
pub dom: domid_t,
pub remote_dom: domid_t,
pub port: evtchn_port_t,
}Fields§
§dom: domid_t§remote_dom: domid_t§port: evtchn_port_tTrait Implementations§
Source§impl Clone for evtchn_alloc_unbound
impl Clone for evtchn_alloc_unbound
Source§fn clone(&self) -> evtchn_alloc_unbound
fn clone(&self) -> evtchn_alloc_unbound
Returns a duplicate 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 moreSource§impl Debug for evtchn_alloc_unbound
impl Debug for evtchn_alloc_unbound
Source§impl Default for evtchn_alloc_unbound
impl Default for evtchn_alloc_unbound
Source§fn default() -> evtchn_alloc_unbound
fn default() -> evtchn_alloc_unbound
Returns the “default value” for a type. Read more
impl Copy for evtchn_alloc_unbound
Auto Trait Implementations§
impl Freeze for evtchn_alloc_unbound
impl RefUnwindSafe for evtchn_alloc_unbound
impl Send for evtchn_alloc_unbound
impl Sync for evtchn_alloc_unbound
impl Unpin for evtchn_alloc_unbound
impl UnwindSafe for evtchn_alloc_unbound
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more