#[repr(C)]pub struct start_info_x86_64 {Show 15 fields
pub magic: [c_char; 32],
pub nr_pages: u64,
pub shared_info: u64,
pub flags: u32,
pub store_mfn: u64,
pub store_evtchn: u32,
pub console: start_info_x86_64__bindgen_ty_1,
pub pt_base: u64,
pub nr_pt_frames: u64,
pub mfn_list: u64,
pub mod_start: u64,
pub mod_len: u64,
pub cmd_line: [i8; 1024],
pub first_p2m_pfn: u64,
pub nr_p2m_frames: u64,
}Fields§
§magic: [c_char; 32]§nr_pages: u64§flags: u32§store_mfn: u64§store_evtchn: u32§console: start_info_x86_64__bindgen_ty_1§pt_base: u64§nr_pt_frames: u64§mfn_list: u64§mod_start: u64§mod_len: u64§cmd_line: [i8; 1024]§first_p2m_pfn: u64§nr_p2m_frames: u64Trait Implementations§
Source§impl Clone for start_info_x86_64
impl Clone for start_info_x86_64
Source§fn clone(&self) -> start_info_x86_64
fn clone(&self) -> start_info_x86_64
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 Default for start_info_x86_64
impl Default for start_info_x86_64
impl Copy for start_info_x86_64
Auto Trait Implementations§
impl Freeze for start_info_x86_64
impl RefUnwindSafe for start_info_x86_64
impl Send for start_info_x86_64
impl Sync for start_info_x86_64
impl Unpin for start_info_x86_64
impl UnsafeUnpin for start_info_x86_64
impl UnwindSafe for start_info_x86_64
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