#[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: IVTrait Implementations§
Source§impl Ord for ufuncs
impl Ord for ufuncs
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ufuncs
impl PartialOrd for ufuncs
impl Copy for ufuncs
impl Eq for ufuncs
impl StructuralPartialEq for ufuncs
Auto Trait Implementations§
impl Freeze for ufuncs
impl RefUnwindSafe for ufuncs
impl Send for ufuncs
impl Sync for ufuncs
impl Unpin for ufuncs
impl UnsafeUnpin 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