#[repr(C)]pub struct JitContext {
pub _address: u8,
}Fields§
§_address: u8Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JitContext
impl Debug for JitContext
Source§impl Default for JitContext
impl Default for JitContext
Source§fn default() -> JitContext
fn default() -> JitContext
Returns the “default value” for a type. Read more
impl Copy for JitContext
Auto Trait Implementations§
impl Freeze for JitContext
impl RefUnwindSafe for JitContext
impl Send for JitContext
impl Sync for JitContext
impl Unpin 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