#[repr(C)]pub struct _jl_methtable_t {
pub name: *mut jl_sym_t,
pub defs: jl_typemap_t,
pub cache: jl_typemap_t,
pub max_args: isize,
pub kwsorter: *mut jl_value_t,
pub module: *mut jl_module_t,
pub backedges: *mut jl_array_t,
pub writelock: jl_mutex_t,
}Fields§
§name: *mut jl_sym_t§defs: jl_typemap_t§cache: jl_typemap_t§max_args: isize§kwsorter: *mut jl_value_t§module: *mut jl_module_t§backedges: *mut jl_array_t§writelock: jl_mutex_tTrait Implementations§
Source§impl Clone for _jl_methtable_t
impl Clone for _jl_methtable_t
Source§fn clone(&self) -> _jl_methtable_t
fn clone(&self) -> _jl_methtable_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_methtable_t
Auto Trait Implementations§
impl Freeze for _jl_methtable_t
impl RefUnwindSafe for _jl_methtable_t
impl !Send for _jl_methtable_t
impl !Sync for _jl_methtable_t
impl Unpin for _jl_methtable_t
impl UnwindSafe for _jl_methtable_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