#[repr(C)]pub struct fy_composer_ops {
pub process_event: Option<unsafe extern "C" fn(fyc: *mut fy_composer, path: *mut fy_path, fye: *mut fy_event) -> fy_composer_return>,
pub create_document_builder: Option<unsafe extern "C" fn(fyc: *mut fy_composer) -> *mut fy_document_builder>,
}Fields§
§process_event: Option<unsafe extern "C" fn(fyc: *mut fy_composer, path: *mut fy_path, fye: *mut fy_event) -> fy_composer_return>§create_document_builder: Option<unsafe extern "C" fn(fyc: *mut fy_composer) -> *mut fy_document_builder>Trait Implementations§
Source§impl Clone for fy_composer_ops
impl Clone for fy_composer_ops
Source§fn clone(&self) -> fy_composer_ops
fn clone(&self) -> fy_composer_ops
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 fy_composer_ops
impl Debug for fy_composer_ops
impl Copy for fy_composer_ops
Auto Trait Implementations§
impl Freeze for fy_composer_ops
impl RefUnwindSafe for fy_composer_ops
impl Send for fy_composer_ops
impl Sync for fy_composer_ops
impl Unpin for fy_composer_ops
impl UnwindSafe for fy_composer_ops
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