#[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_ulongshared_info: c_ulongflags: u32store_mfn: xen_pfn_tstore_evtchn: u32console: start_info__bindgen_ty_1pt_base: c_ulongnr_pt_frames: c_ulongmfn_list: c_ulongmod_start: c_ulongmod_len: c_ulongcmd_line: [i8; 1024]first_p2m_pfn: c_ulongnr_p2m_frames: c_ulong

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.