#[repr(C)]pub struct fz_function {
pub storable: fz_storable,
pub size: usize,
pub m: c_int,
pub n: c_int,
pub eval: fz_function_eval_fn,
}
Fields§
§storable: fz_storable
§size: usize
§m: c_int
§n: c_int
§eval: fz_function_eval_fn
Trait Implementations§
Source§impl Clone for fz_function
impl Clone for fz_function
Source§fn clone(&self) -> fz_function
fn clone(&self) -> fz_function
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fz_function
impl Debug for fz_function
impl Copy for fz_function
Auto Trait Implementations§
impl Freeze for fz_function
impl RefUnwindSafe for fz_function
impl Send for fz_function
impl Sync for fz_function
impl Unpin for fz_function
impl UnwindSafe for fz_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