Struct wasefire_applet_api::debug::perf::Params
source · #[repr(C)]pub struct Params {
pub ptr: *mut u8,
}Expand description
Parameters of perf
Fields§
§ptr: *mut u8Pointer to the output super::Perf struct.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl !Send for Params
impl !Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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