Struct xen_sys::start_info
source · [−]#[repr(C)]pub struct start_info {Show 15 fields
pub magic: [c_char; 32],
pub nr_pages: c_ulong,
pub shared_info: c_ulong,
pub flags: u32,
pub store_mfn: xen_pfn_t,
pub store_evtchn: u32,
pub console: start_info__bindgen_ty_1,
pub pt_base: c_ulong,
pub nr_pt_frames: c_ulong,
pub mfn_list: c_ulong,
pub mod_start: c_ulong,
pub mod_len: c_ulong,
pub cmd_line: [i8; 1024],
pub first_p2m_pfn: c_ulong,
pub nr_p2m_frames: c_ulong,
}
Fields
magic: [c_char; 32]
nr_pages: c_ulong
flags: u32
store_mfn: xen_pfn_t
store_evtchn: u32
console: start_info__bindgen_ty_1
pt_base: c_ulong
nr_pt_frames: c_ulong
mfn_list: c_ulong
mod_start: c_ulong
mod_len: c_ulong
cmd_line: [i8; 1024]
first_p2m_pfn: c_ulong
nr_p2m_frames: c_ulong
Trait Implementations
sourceimpl Clone for start_info
impl Clone for start_info
sourcefn clone(&self) -> start_info
fn clone(&self) -> start_info
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
impl Copy for start_info
Auto Trait Implementations
impl RefUnwindSafe for start_info
impl Send for start_info
impl Sync for start_info
impl Unpin for start_info
impl UnwindSafe for start_info
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