#[repr(C)]pub struct fdt_header {
pub magic: fdt32_t,
pub totalsize: fdt32_t,
pub off_dt_struct: fdt32_t,
pub off_dt_strings: fdt32_t,
pub off_mem_rsvmap: fdt32_t,
pub version: fdt32_t,
pub last_comp_version: fdt32_t,
pub boot_cpuid_phys: fdt32_t,
pub size_dt_strings: fdt32_t,
pub size_dt_struct: fdt32_t,
}Fields§
§magic: fdt32_t§totalsize: fdt32_t§off_dt_struct: fdt32_t§off_dt_strings: fdt32_t§off_mem_rsvmap: fdt32_t§version: fdt32_t§last_comp_version: fdt32_t§boot_cpuid_phys: fdt32_t§size_dt_strings: fdt32_t§size_dt_struct: fdt32_tTrait Implementations§
Source§impl Clone for fdt_header
impl Clone for fdt_header
Source§fn clone(&self) -> fdt_header
fn clone(&self) -> fdt_header
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fdt_header
Auto Trait Implementations§
impl Freeze for fdt_header
impl RefUnwindSafe for fdt_header
impl Send for fdt_header
impl Sync for fdt_header
impl Unpin for fdt_header
impl UnsafeUnpin for fdt_header
impl UnwindSafe for fdt_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