Struct xen_sys::evtchn_init_control
source · [−]#[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
sourceimpl Clone for evtchn_init_control
impl Clone for evtchn_init_control
sourcefn clone(&self) -> evtchn_init_control
fn clone(&self) -> evtchn_init_control
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_init_control
impl Debug for evtchn_init_control
impl Copy for evtchn_init_control
Auto Trait Implementations
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
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