#[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 duplicate 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 fdt_prop_list
impl Debug for fdt_prop_list
impl Copy for fdt_prop_list
Auto Trait Implementations§
impl Freeze for fdt_prop_list
impl RefUnwindSafe for fdt_prop_list
impl !Send for fdt_prop_list
impl !Sync for fdt_prop_list
impl Unpin for fdt_prop_list
impl UnwindSafe for fdt_prop_list
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