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