#[repr(C)]pub struct duk_function_list_entry {
pub key: *const c_char,
pub value: duk_c_function,
pub nargs: duk_idx_t,
}Fields§
§key: *const c_char§value: duk_c_function§nargs: duk_idx_tTrait Implementations§
Source§impl Clone for duk_function_list_entry
impl Clone for duk_function_list_entry
Source§fn clone(&self) -> duk_function_list_entry
fn clone(&self) -> duk_function_list_entry
Returns a duplicate 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 moreSource§impl Debug for duk_function_list_entry
impl Debug for duk_function_list_entry
impl Copy for duk_function_list_entry
Auto Trait Implementations§
impl Freeze for duk_function_list_entry
impl RefUnwindSafe for duk_function_list_entry
impl !Send for duk_function_list_entry
impl !Sync for duk_function_list_entry
impl Unpin for duk_function_list_entry
impl UnwindSafe for duk_function_list_entry
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