pub struct GlobalMemOwner<'rcu> {
pub regions: MetaRegionOwners,
pub guards: Guards<'rcu, UserPtConfig>,
pub pt: PageTableOwner<UserPtConfig>,
pub memory: Map<Paddr, FrameContents>,
}Fields§
§regions: MetaRegionOwners§guards: Guards<'rcu, UserPtConfig>§pt: PageTableOwner<UserPtConfig>§memory: Map<Paddr, FrameContents>Auto Trait Implementations§
impl<'rcu> Freeze for GlobalMemOwner<'rcu>
impl<'rcu> !RefUnwindSafe for GlobalMemOwner<'rcu>
impl<'rcu> Send for GlobalMemOwner<'rcu>
impl<'rcu> Sync for GlobalMemOwner<'rcu>
impl<'rcu> Unpin for GlobalMemOwner<'rcu>
impl<'rcu> !UnwindSafe for GlobalMemOwner<'rcu>
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