#[repr(C)]pub struct evtchn_init_control {
pub control_gfn: u64,
pub offset: u32,
pub vcpu: u32,
pub link_bits: u8,
pub _pad: [u8; 7],
}Fields§
§control_gfn: u64§offset: u32§vcpu: u32§link_bits: u8§_pad: [u8; 7]Trait Implementations§
Source§impl Clone for evtchn_init_control
impl Clone for evtchn_init_control
Source§fn clone(&self) -> evtchn_init_control
fn clone(&self) -> evtchn_init_control
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_init_control
impl Debug for evtchn_init_control
Source§impl Default for evtchn_init_control
impl Default for evtchn_init_control
Source§fn default() -> evtchn_init_control
fn default() -> evtchn_init_control
Returns the “default value” for a type. Read more
impl Copy for evtchn_init_control
Auto Trait Implementations§
impl Freeze for evtchn_init_control
impl RefUnwindSafe for evtchn_init_control
impl Send for evtchn_init_control
impl Sync for evtchn_init_control
impl Unpin for evtchn_init_control
impl UnwindSafe for evtchn_init_control
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