#[repr(C)]pub struct JSTracer {
pub vtable_: *const JSTracer__bindgen_vtable,
pub runtime_: *mut JSRuntime,
pub context_: TracingContext,
pub kind_: TracerKind,
pub options_: TraceOptions,
}Fields§
§vtable_: *const JSTracer__bindgen_vtable§runtime_: *mut JSRuntime§context_: TracingContext§kind_: TracerKind§options_: TraceOptionsTrait Implementations§
impl Copy for JSTracer
impl StructuralPartialEq for JSTracer
Auto Trait Implementations§
impl Freeze for JSTracer
impl RefUnwindSafe for JSTracer
impl !Send for JSTracer
impl !Sync for JSTracer
impl Unpin for JSTracer
impl UnsafeUnpin for JSTracer
impl UnwindSafe for JSTracer
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