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