Struct cros_fdt::fdt::FdtStrings
source · struct FdtStrings {
strings: Vec<u8>,
string_offsets: BTreeMap<String, u32>,
}
Fields§
§strings: Vec<u8>
§string_offsets: BTreeMap<String, u32>
Implementations§
Trait Implementations§
source§impl Default for FdtStrings
impl Default for FdtStrings
source§fn default() -> FdtStrings
fn default() -> FdtStrings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FdtStrings
impl RefUnwindSafe for FdtStrings
impl Send for FdtStrings
impl Sync for FdtStrings
impl Unpin for FdtStrings
impl UnwindSafe for FdtStrings
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