Struct linux_raw_sys::bootparam::olpc_ofw_header
source · #[repr(C, packed(1))]pub struct olpc_ofw_header {
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 olpc_ofw_header
impl Clone for olpc_ofw_header
source§fn clone(&self) -> olpc_ofw_header
fn clone(&self) -> olpc_ofw_header
Returns a copy 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 Debug for olpc_ofw_header
impl Debug for olpc_ofw_header
impl Copy for olpc_ofw_header
Auto Trait Implementations§
impl Freeze for olpc_ofw_header
impl RefUnwindSafe for olpc_ofw_header
impl Send for olpc_ofw_header
impl Sync for olpc_ofw_header
impl Unpin for olpc_ofw_header
impl UnwindSafe for olpc_ofw_header
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