#[repr(C)]pub struct YASLX_function {
pub name: *const c_char,
pub fn_: YASL_cfn,
pub args: c_int,
}Fields§
§name: *const c_char§fn_: YASL_cfn§args: c_intTrait Implementations§
Source§impl Clone for YASLX_function
impl Clone for YASLX_function
Source§fn clone(&self) -> YASLX_function
fn clone(&self) -> YASLX_function
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 YASLX_function
impl Debug for YASLX_function
impl Copy for YASLX_function
Auto Trait Implementations§
impl Freeze for YASLX_function
impl RefUnwindSafe for YASLX_function
impl !Send for YASLX_function
impl !Sync for YASLX_function
impl Unpin for YASLX_function
impl UnwindSafe for YASLX_function
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