pub struct FrameContents {
pub contents: Seq<MemContents<u8>>,
pub size: Ghost<usize>,
pub range: Ghost<Range<Paddr>>,
}Fields§
§contents: Seq<MemContents<u8>>§size: Ghost<usize>§range: Ghost<Range<Paddr>>Trait Implementations§
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