Struct xen_sys::evtchn_alloc_unbound
source · [−]#[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_t
Trait Implementations
sourceimpl Clone for evtchn_alloc_unbound
impl Clone for evtchn_alloc_unbound
sourcefn clone(&self) -> evtchn_alloc_unbound
fn clone(&self) -> evtchn_alloc_unbound
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for evtchn_alloc_unbound
impl Debug for evtchn_alloc_unbound
impl Copy for evtchn_alloc_unbound
Auto Trait Implementations
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more