pub struct MapResult {
pub mapping: RefPtr<VmMapping>,
pub base: usize,
}Expand description
Result of calling VmAddressRegion::create_vm_mapping.
Fields§
§mapping: RefPtr<VmMapping>The newly created mapping.
base: usizeThe virtual address of the mapping at creation time.
Auto Trait Implementations§
impl Freeze for MapResult
impl RefUnwindSafe for MapResult
impl Send for MapResult
impl Sync for MapResult
impl Unpin for MapResult
impl UnsafeUnpin for MapResult
impl UnwindSafe for MapResult
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Init<T> for T
impl<T> Init<T> for T
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T> PinInit<T> for T
impl<T> PinInit<T> for T
§unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
unsafe fn __pinned_init(self, slot: *mut T) -> Result<(), Infallible>
Initializes
slot. Read more