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