pub struct Devicetree<'a> {
pub header: &'a Header,
pub reserve_entries: &'a [ReserveEntry],
pub root_node: Node<'a>,
}
Fields§
§header: &'a Header
§reserve_entries: &'a [ReserveEntry]
§root_node: Node<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Devicetree<'a>
impl<'a> RefUnwindSafe for Devicetree<'a>
impl<'a> Send for Devicetree<'a>
impl<'a> Sync for Devicetree<'a>
impl<'a> Unpin for Devicetree<'a>
impl<'a> UnwindSafe for Devicetree<'a>
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