Struct linux_boot_params::OlpcOfwHeader
source · #[repr(C, packed(1))]pub struct OlpcOfwHeader {
pub ofw_magic: u32,
pub ofw_version: u32,
pub cif_handler: u32,
pub irq_desc_table: u32,
}
Fields§
§ofw_magic: u32
§ofw_version: u32
§cif_handler: u32
§irq_desc_table: u32
Trait Implementations§
source§impl Clone for OlpcOfwHeader
impl Clone for OlpcOfwHeader
source§fn clone(&self) -> OlpcOfwHeader
fn clone(&self) -> OlpcOfwHeader
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more