pub struct PageMetaOwner {
pub nr_children: PointsTo<u16>,
pub stray: PointsTo<bool>,
}Fields§
§nr_children: PointsTo<u16>§stray: PointsTo<bool>Trait Implementations§
Source§impl Inv for PageMetaOwner
impl Inv for PageMetaOwner
Source§impl InvView for PageMetaOwner
impl InvView for PageMetaOwner
Source§proof fn view_preserves_inv(self)
proof fn view_preserves_inv(self)
Source§impl View for PageMetaOwner
impl View for PageMetaOwner
Auto Trait Implementations§
impl Freeze for PageMetaOwner
impl RefUnwindSafe for PageMetaOwner
impl Send for PageMetaOwner
impl Sync for PageMetaOwner
impl Unpin for PageMetaOwner
impl UnwindSafe for PageMetaOwner
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