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