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