pub struct Devicetree {
pub header: Header,
pub reserve_entries: Vec<ReserveEntry>,
pub root_node: Node,
}Fields§
§header: Header§reserve_entries: Vec<ReserveEntry>§root_node: NodeTrait Implementations§
Source§impl Debug for Devicetree
impl Debug for Devicetree
Source§impl Default for Devicetree
impl Default for Devicetree
Source§fn default() -> Devicetree
fn default() -> Devicetree
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Devicetree
impl RefUnwindSafe for Devicetree
impl Send for Devicetree
impl Sync for Devicetree
impl Unpin for Devicetree
impl UnwindSafe for Devicetree
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