Struct xen_sys::evtchn_fifo_control_block
source · [−]#[repr(C)]pub struct evtchn_fifo_control_block {
pub ready: u32,
pub _rsvd: u32,
pub head: [u32; 16],
}
Fields
ready: u32
_rsvd: u32
head: [u32; 16]
Trait Implementations
sourceimpl Clone for evtchn_fifo_control_block
impl Clone for evtchn_fifo_control_block
sourcefn clone(&self) -> evtchn_fifo_control_block
fn clone(&self) -> evtchn_fifo_control_block
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_fifo_control_block
impl Debug for evtchn_fifo_control_block
impl Copy for evtchn_fifo_control_block
Auto Trait Implementations
impl RefUnwindSafe for evtchn_fifo_control_block
impl Send for evtchn_fifo_control_block
impl Sync for evtchn_fifo_control_block
impl Unpin for evtchn_fifo_control_block
impl UnwindSafe for evtchn_fifo_control_block
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