#[repr(C)]pub struct xc_core_header {
pub xch_magic: c_uint,
pub xch_nr_vcpus: c_uint,
pub xch_nr_pages: c_uint,
pub xch_ctxt_offset: c_uint,
pub xch_index_offset: c_uint,
pub xch_pages_offset: c_uint,
}Fields§
§xch_magic: c_uint§xch_nr_vcpus: c_uint§xch_nr_pages: c_uint§xch_ctxt_offset: c_uint§xch_index_offset: c_uint§xch_pages_offset: c_uintTrait Implementations§
Source§impl Clone for xc_core_header
impl Clone for xc_core_header
Source§fn clone(&self) -> xc_core_header
fn clone(&self) -> xc_core_header
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 xc_core_header
impl Debug for xc_core_header
Source§impl Default for xc_core_header
impl Default for xc_core_header
Source§fn default() -> xc_core_header
fn default() -> xc_core_header
Returns the “default value” for a type. Read more
impl Copy for xc_core_header
Auto Trait Implementations§
impl Freeze for xc_core_header
impl RefUnwindSafe for xc_core_header
impl Send for xc_core_header
impl Sync for xc_core_header
impl Unpin for xc_core_header
impl UnwindSafe for xc_core_header
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