#[repr(C)]pub struct RewriterJitty { /* private fields */ }
Trait Implementations§
Source§impl ExternType for RewriterJitty
impl ExternType for RewriterJitty
impl UniquePtrTarget for RewriterJitty
Auto Trait Implementations§
impl !Freeze for RewriterJitty
impl RefUnwindSafe for RewriterJitty
impl !Send for RewriterJitty
impl !Sync for RewriterJitty
impl !Unpin for RewriterJitty
impl UnwindSafe for RewriterJitty
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