#[repr(C)]pub struct JitContext {
pub flags: c_int,
pub resowner: ResourceOwner,
pub instr: JitInstrumentation,
}Fields§
§flags: c_int§resowner: ResourceOwner§instr: JitInstrumentationTrait Implementations§
Source§impl Clone for JitContext
impl Clone for JitContext
Source§fn clone(&self) -> JitContext
fn clone(&self) -> JitContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JitContext
Source§impl Debug for JitContext
impl Debug for JitContext
Auto Trait Implementations§
impl !Send for JitContext
impl !Sync for JitContext
impl Freeze for JitContext
impl RefUnwindSafe for JitContext
impl Unpin for JitContext
impl UnsafeUnpin for JitContext
impl UnwindSafe for JitContext
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