[][src]Struct zathura_plugin_sys::zathura_plugin_functions_s

#[repr(C)]
pub struct zathura_plugin_functions_s { pub document_open: zathura_plugin_document_open_t, pub document_free: zathura_plugin_document_free_t, pub document_index_generate: zathura_plugin_document_index_generate_t, pub document_save_as: zathura_plugin_document_save_as_t, pub document_attachments_get: zathura_plugin_document_attachments_get_t, pub document_attachment_save: zathura_plugin_document_attachment_save_t, pub document_get_information: zathura_plugin_document_get_information_t, pub page_init: zathura_plugin_page_init_t, pub page_clear: zathura_plugin_page_clear_t, pub page_search_text: zathura_plugin_page_search_text_t, pub page_links_get: zathura_plugin_page_links_get_t, pub page_form_fields_get: zathura_plugin_page_form_fields_get_t, pub page_images_get: zathura_plugin_page_images_get_t, pub page_image_get_cairo: zathura_plugin_page_image_get_cairo_t, pub page_get_text: zathura_plugin_page_get_text_t, pub page_render: zathura_plugin_page_render_t, pub page_render_cairo: zathura_plugin_page_render_cairo_t, pub page_get_label: zathura_plugin_page_get_label_t, }

Fields

document_open: zathura_plugin_document_open_t

Opens a document

document_free: zathura_plugin_document_free_t

Frees the document

document_index_generate: zathura_plugin_document_index_generate_t

Generates the document index

document_save_as: zathura_plugin_document_save_as_t

Save the document

document_attachments_get: zathura_plugin_document_attachments_get_t

Get list of attachments

document_attachment_save: zathura_plugin_document_attachment_save_t

Save attachment to a file

document_get_information: zathura_plugin_document_get_information_t

Get document information

page_init: zathura_plugin_page_init_t

Gets the page object

page_clear: zathura_plugin_page_clear_t

Free page

page_search_text: zathura_plugin_page_search_text_t

Search text

page_links_get: zathura_plugin_page_links_get_t

Get links on a page

page_form_fields_get: zathura_plugin_page_form_fields_get_t

Get form fields

page_images_get: zathura_plugin_page_images_get_t

Get list of images

page_image_get_cairo: zathura_plugin_page_image_get_cairo_t

Get the image

page_get_text: zathura_plugin_page_get_text_t

Get text for selection

page_render: zathura_plugin_page_render_t

Renders the page

page_render_cairo: zathura_plugin_page_render_cairo_t

Renders the page to a cairo surface.

page_get_label: zathura_plugin_page_get_label_t

Get page label.

Trait Implementations

impl Copy for zathura_plugin_functions_s[src]

impl Clone for zathura_plugin_functions_s[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for zathura_plugin_functions_s[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]