#[repr(C)]pub struct pt_image { /* private fields */ }Expand description
The traced memory image.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pt_image
impl RefUnwindSafe for pt_image
impl Send for pt_image
impl Sync for pt_image
impl Unpin for pt_image
impl UnwindSafe for pt_image
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