pub struct FrameEntryOwner {
pub mapped_pa: usize,
pub size: usize,
pub prop: PageProperty,
}Fields§
§mapped_pa: usize§size: usize§prop: PagePropertyAuto Trait Implementations§
impl Freeze for FrameEntryOwner
impl RefUnwindSafe for FrameEntryOwner
impl Send for FrameEntryOwner
impl Sync for FrameEntryOwner
impl Unpin for FrameEntryOwner
impl UnwindSafe for FrameEntryOwner
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