pub struct FrameContents {
pub contents: Map<Paddr, MemContents<u8>>,
pub range: Ghost<Range<Paddr>>,
}Fields§
§contents: Map<Paddr, MemContents<u8>>§range: Ghost<Range<Paddr>>Auto Trait Implementations§
impl Freeze for FrameContents
impl RefUnwindSafe for FrameContents
impl Send for FrameContents
impl Sync for FrameContents
impl Unpin for FrameContents
impl UnwindSafe for FrameContents
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