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