#[repr(C)]pub struct kure_fun_map_t {
pub name: *mut c_char,
pub arg_count: c_int,
pub transl_name: *mut c_char,
}Fields§
§name: *mut c_char§arg_count: c_int§transl_name: *mut c_charTrait Implementations§
Source§impl Clone for kure_fun_map_t
impl Clone for kure_fun_map_t
Source§fn clone(&self) -> kure_fun_map_t
fn clone(&self) -> kure_fun_map_t
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 kure_fun_map_t
impl Debug for kure_fun_map_t
impl Copy for kure_fun_map_t
Auto Trait Implementations§
impl Freeze for kure_fun_map_t
impl RefUnwindSafe for kure_fun_map_t
impl !Send for kure_fun_map_t
impl !Sync for kure_fun_map_t
impl Unpin for kure_fun_map_t
impl UnwindSafe for kure_fun_map_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