#[repr(C)]pub struct mathfunc {
pub next: MathFunc,
pub name: *mut c_char,
pub flags: c_int,
pub nfunc: NumMathFunc,
pub sfunc: StrMathFunc,
pub module: *mut c_char,
pub minargs: c_int,
pub maxargs: c_int,
pub funcid: c_int,
}
Fields§
§next: MathFunc
§name: *mut c_char
§flags: c_int
§nfunc: NumMathFunc
§sfunc: StrMathFunc
§module: *mut c_char
§minargs: c_int
§maxargs: c_int
§funcid: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mathfunc
impl RefUnwindSafe for mathfunc
impl !Send for mathfunc
impl !Sync for mathfunc
impl Unpin for mathfunc
impl UnwindSafe for mathfunc
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