pub struct Region {
pub records: Vec<Record>,
}Expand description
A container for one or several Crash Log records.
A Crash Log region refers to a region in an on-die memory that is allocated for storing a contiguous sequence of Crash Log records.
Fields§
§records: Vec<Record>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Region
impl RefUnwindSafe for Region
impl Send for Region
impl Sync for Region
impl Unpin for Region
impl UnsafeUnpin for Region
impl UnwindSafe for Region
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