Struct rvvm_sys::fdt_node_list
source · #[repr(C)]pub struct fdt_node_list {
pub node: *mut fdt_node,
pub next: *mut fdt_node_list,
}
Fields§
§node: *mut fdt_node
§next: *mut fdt_node_list
Trait Implementations§
source§impl Clone for fdt_node_list
impl Clone for fdt_node_list
source§fn clone(&self) -> fdt_node_list
fn clone(&self) -> fdt_node_list
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 more