#[repr(C)]pub struct fdt_node_header {
pub tag: fdt32_t,
pub name: __IncompleteArrayField<c_char>,
}Fields§
§tag: fdt32_t§name: __IncompleteArrayField<c_char>Trait Implementations§
Auto Trait Implementations§
impl Freeze for fdt_node_header
impl RefUnwindSafe for fdt_node_header
impl Send for fdt_node_header
impl Sync for fdt_node_header
impl Unpin for fdt_node_header
impl UnsafeUnpin for fdt_node_header
impl UnwindSafe for fdt_node_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