Struct xen_sys::evtchn_status
source · [−]#[repr(C)]pub struct evtchn_status {
pub dom: domid_t,
pub port: evtchn_port_t,
pub status: u32,
pub vcpu: u32,
pub u: evtchn_status__bindgen_ty_1,
}
Fields
dom: domid_t
port: evtchn_port_t
status: u32
vcpu: u32
u: evtchn_status__bindgen_ty_1
Trait Implementations
sourceimpl Clone for evtchn_status
impl Clone for evtchn_status
sourcefn clone(&self) -> evtchn_status
fn clone(&self) -> evtchn_status
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
impl Copy for evtchn_status
Auto Trait Implementations
impl RefUnwindSafe for evtchn_status
impl Send for evtchn_status
impl Sync for evtchn_status
impl Unpin for evtchn_status
impl UnwindSafe for evtchn_status
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