pub struct FdtWriterNode { /* private fields */ }
Expand description
Handle to an open node created by FdtWriter::begin_node
.
This must be passed back to FdtWriter::end_node
to close the nodes.
Nodes must be closed in reverse order as they were opened, matching the nesting structure
of the devicetree.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FdtWriterNode
impl RefUnwindSafe for FdtWriterNode
impl Send for FdtWriterNode
impl Sync for FdtWriterNode
impl Unpin for FdtWriterNode
impl UnwindSafe for FdtWriterNode
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