#[repr(C)]pub struct PF_ANSICallbacksSuite1 {Show 19 fields
pub atan: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub atan2: Option<unsafe extern "C" fn(y: A_FpLong, x: A_FpLong) -> A_FpLong>,
pub ceil: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub cos: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub exp: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub fabs: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub floor: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub fmod: Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong) -> A_FpLong>,
pub hypot: Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong) -> A_FpLong>,
pub log: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub log10: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub pow: Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong) -> A_FpLong>,
pub sin: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub sqrt: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub tan: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub sprintf: Option<unsafe extern "C" fn(arg1: *mut A_char, arg2: *const A_char, ...) -> c_int>,
pub strcpy: Option<unsafe extern "C" fn(arg1: *mut A_char, arg2: *const A_char) -> *mut A_char>,
pub asin: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
pub acos: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>,
}Fields§
§atan: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§atan2: Option<unsafe extern "C" fn(y: A_FpLong, x: A_FpLong) -> A_FpLong>§ceil: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§cos: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§exp: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§fabs: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§floor: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§fmod: Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong) -> A_FpLong>§hypot: Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong) -> A_FpLong>§log: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§log10: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§pow: Option<unsafe extern "C" fn(x: A_FpLong, y: A_FpLong) -> A_FpLong>§sin: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§sqrt: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§tan: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§sprintf: Option<unsafe extern "C" fn(arg1: *mut A_char, arg2: *const A_char, ...) -> c_int>§strcpy: Option<unsafe extern "C" fn(arg1: *mut A_char, arg2: *const A_char) -> *mut A_char>§asin: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>§acos: Option<unsafe extern "C" fn(arg1: A_FpLong) -> A_FpLong>Trait Implementations§
Source§impl Clone for PF_ANSICallbacksSuite1
impl Clone for PF_ANSICallbacksSuite1
Source§fn clone(&self) -> PF_ANSICallbacksSuite1
fn clone(&self) -> PF_ANSICallbacksSuite1
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 PF_ANSICallbacksSuite1
impl Debug for PF_ANSICallbacksSuite1
impl Copy for PF_ANSICallbacksSuite1
Auto Trait Implementations§
impl Freeze for PF_ANSICallbacksSuite1
impl RefUnwindSafe for PF_ANSICallbacksSuite1
impl Send for PF_ANSICallbacksSuite1
impl Sync for PF_ANSICallbacksSuite1
impl Unpin for PF_ANSICallbacksSuite1
impl UnwindSafe for PF_ANSICallbacksSuite1
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