pub struct GcoPageWalk { /* private fields */ }Expand description
Mutable traversal state for the allocated objects in one VM page.
Unsafe traversal requires the page to remain live and unmodified, with a valid block size and end pointer, until the walk completes.
Implementations§
Auto Trait Implementations§
impl !Send for GcoPageWalk
impl !Sync for GcoPageWalk
impl Freeze for GcoPageWalk
impl RefUnwindSafe for GcoPageWalk
impl Unpin for GcoPageWalk
impl UnsafeUnpin for GcoPageWalk
impl UnwindSafe for GcoPageWalk
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