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