Struct gnu_libjit_sys::jit_closure_va_list
source · [−]#[repr(C)]pub struct jit_closure_va_list { /* private fields */ }Trait Implementations
sourceimpl Clone for jit_closure_va_list
impl Clone for jit_closure_va_list
sourcefn clone(&self) -> jit_closure_va_list
fn clone(&self) -> jit_closure_va_list
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for jit_closure_va_list
impl Debug for jit_closure_va_list
impl Copy for jit_closure_va_list
Auto Trait Implementations
impl RefUnwindSafe for jit_closure_va_list
impl Send for jit_closure_va_list
impl Sync for jit_closure_va_list
impl Unpin for jit_closure_va_list
impl UnwindSafe for jit_closure_va_list
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more