#[repr(C)]
pub struct Plugin {Show fields
pub format_proc: FI_FormatProc,
pub description_proc: FI_DescriptionProc,
pub extension_proc: FI_ExtensionListProc,
pub regexpr_proc: FI_RegExprProc,
pub open_proc: FI_OpenProc,
pub close_proc: FI_CloseProc,
pub pagecount_proc: FI_PageCountProc,
pub pagecapability_proc: FI_PageCapabilityProc,
pub load_proc: FI_LoadProc,
pub save_proc: FI_SaveProc,
pub validate_proc: FI_ValidateProc,
pub mime_proc: FI_MimeProc,
pub supports_export_bpp_proc: FI_SupportsExportBPPProc,
pub supports_export_type_proc: FI_SupportsExportTypeProc,
pub supports_icc_profiles_proc: FI_SupportsICCProfilesProc,
pub supports_no_pixels_proc: FI_SupportsNoPixelsProc,
}
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
[src]
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.