#[repr(C)]pub struct jl_generic_fptr_t {
pub __bindgen_anon_1: jl_generic_fptr_t__bindgen_ty_1,
pub jlcall_api: u8,
}Fields§
§__bindgen_anon_1: jl_generic_fptr_t__bindgen_ty_1§jlcall_api: u8Trait Implementations§
Source§impl Clone for jl_generic_fptr_t
impl Clone for jl_generic_fptr_t
Source§fn clone(&self) -> jl_generic_fptr_t
fn clone(&self) -> jl_generic_fptr_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for jl_generic_fptr_t
Auto Trait Implementations§
impl Freeze for jl_generic_fptr_t
impl RefUnwindSafe for jl_generic_fptr_t
impl Send for jl_generic_fptr_t
impl Sync for jl_generic_fptr_t
impl Unpin for jl_generic_fptr_t
impl UnwindSafe for jl_generic_fptr_t
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