#[repr(C)]pub struct ufuncs {
pub uf_val: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, arg1: IV, arg2: *mut SV) -> I32>,
pub uf_set: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, arg1: IV, arg2: *mut SV) -> I32>,
pub uf_index: IV,
}
Fields§
§uf_val: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, arg1: IV, arg2: *mut SV) -> I32>
§uf_set: Option<unsafe extern "C" fn(my_perl: *mut PerlInterpreter, arg1: IV, arg2: *mut SV) -> I32>
§uf_index: IV
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ufuncs
impl RefUnwindSafe for ufuncs
impl Send for ufuncs
impl Sync for ufuncs
impl Unpin for ufuncs
impl UnwindSafe for ufuncs
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