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 Clone for MappedItem
impl Clone for MappedItem
Source§fn clone(&self) -> MappedItem
fn clone(&self) -> MappedItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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