Struct xen_sys::evtchn_bind_interdomain
source · [−]#[repr(C)]pub struct evtchn_bind_interdomain {
pub remote_dom: domid_t,
pub remote_port: evtchn_port_t,
pub local_port: evtchn_port_t,
}
Fields
remote_dom: domid_t
remote_port: evtchn_port_t
local_port: evtchn_port_t
Trait Implementations
sourceimpl Clone for evtchn_bind_interdomain
impl Clone for evtchn_bind_interdomain
sourcefn clone(&self) -> evtchn_bind_interdomain
fn clone(&self) -> evtchn_bind_interdomain
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_bind_interdomain
impl Debug for evtchn_bind_interdomain
impl Copy for evtchn_bind_interdomain
Auto Trait Implementations
impl RefUnwindSafe for evtchn_bind_interdomain
impl Send for evtchn_bind_interdomain
impl Sync for evtchn_bind_interdomain
impl Unpin for evtchn_bind_interdomain
impl UnwindSafe for evtchn_bind_interdomain
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