pub struct DtbOverlay {
pub file: File,
pub symbol_allowlist: Option<BTreeSet<String>>,
}Expand description
Device tree overlay file
Fields§
§file: FileDevice tree overlay file to apply
symbol_allowlist: Option<BTreeSet<String>>Labels of nodes to include in the final device tree.
Auto Trait Implementations§
impl Freeze for DtbOverlay
impl RefUnwindSafe for DtbOverlay
impl Send for DtbOverlay
impl Sync for DtbOverlay
impl Unpin for DtbOverlay
impl UnwindSafe for DtbOverlay
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