pub struct Dtb<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Dtb<'a>
impl<'a> Dtb<'a>
pub unsafe fn from_raw(address: *const u8) -> Option<Self>
pub fn enum_subnodes<'b>(&self, path: &'b str) -> EnumSubnodesIter<'a, 'b> ⓘ
pub fn enum_properties<'b>(&self, path: &'b str) -> EnumPropertiesIter<'a, 'b> ⓘ
pub fn get_property(&self, path: &str, property: &str) -> Option<&'a [u8]>
Auto Trait Implementations§
impl<'a> Freeze for Dtb<'a>
impl<'a> RefUnwindSafe for Dtb<'a>
impl<'a> Send for Dtb<'a>
impl<'a> Sync for Dtb<'a>
impl<'a> Unpin for Dtb<'a>
impl<'a> UnwindSafe for Dtb<'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