#[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§
Source§impl Clone for evtchn_fifo_control_block
impl Clone for evtchn_fifo_control_block
Source§fn clone(&self) -> evtchn_fifo_control_block
fn clone(&self) -> evtchn_fifo_control_block
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for evtchn_fifo_control_block
impl Debug for evtchn_fifo_control_block
Source§impl Default for evtchn_fifo_control_block
impl Default for evtchn_fifo_control_block
Source§fn default() -> evtchn_fifo_control_block
fn default() -> evtchn_fifo_control_block
Returns the “default value” for a type. Read more
impl Copy for evtchn_fifo_control_block
Auto Trait Implementations§
impl Freeze for evtchn_fifo_control_block
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more