Struct jsi_sys::Instrumentation
source · #[repr(C)]pub struct Instrumentation { /* private fields */ }Trait Implementations§
source§impl ExternType for Instrumentation
impl ExternType for Instrumentation
Auto Trait Implementations§
impl RefUnwindSafe for Instrumentation
impl !Send for Instrumentation
impl !Sync for Instrumentation
impl !Unpin for Instrumentation
impl UnwindSafe for Instrumentation
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