pub struct MappedItem {
pub frame: UFrame,
pub prop: PageProperty,
}Expand description
The item that can be mapped into the VmSpace.
Fields§
§frame: UFrame§prop: PagePropertyTrait Implementations§
Source§impl RCClone for MappedItem
impl RCClone for MappedItem
Auto Trait Implementations§
impl Freeze for MappedItem
impl !RefUnwindSafe for MappedItem
impl Send for MappedItem
impl Sync for MappedItem
impl Unpin for MappedItem
impl UnwindSafe for MappedItem
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