pub struct Report {
pub layout: LayoutMap,
pub decoded: Vec<([u8; 16], Decoded)>,
}Expand description
The shared input to every renderer: the physical layout plus the per- partition decoded field trees (paired with the partition UID).
Fields§
§layout: LayoutMap§decoded: Vec<([u8; 16], Decoded)>Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnsafeUnpin for Report
impl UnwindSafe for Report
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