#[repr(C)]pub struct evtchn_expand_array {
pub array_gfn: u64,
}Fields§
§array_gfn: u64Trait Implementations§
Source§impl Clone for evtchn_expand_array
impl Clone for evtchn_expand_array
Source§fn clone(&self) -> evtchn_expand_array
fn clone(&self) -> evtchn_expand_array
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_expand_array
impl Debug for evtchn_expand_array
Source§impl Default for evtchn_expand_array
impl Default for evtchn_expand_array
Source§fn default() -> evtchn_expand_array
fn default() -> evtchn_expand_array
Returns the “default value” for a type. Read more
impl Copy for evtchn_expand_array
Auto Trait Implementations§
impl Freeze for evtchn_expand_array
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§
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