#[repr(C)]pub struct fz_archive_handler {
pub recognize: fz_recognize_archive_fn,
pub open: fz_open_archive_fn,
}
Fields§
§recognize: fz_recognize_archive_fn
§open: fz_open_archive_fn
Trait Implementations§
Source§impl Clone for fz_archive_handler
impl Clone for fz_archive_handler
Source§fn clone(&self) -> fz_archive_handler
fn clone(&self) -> fz_archive_handler
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_archive_handler
impl Debug for fz_archive_handler
impl Copy for fz_archive_handler
Auto Trait Implementations§
impl Freeze for fz_archive_handler
impl RefUnwindSafe for fz_archive_handler
impl Send for fz_archive_handler
impl Sync for fz_archive_handler
impl Unpin for fz_archive_handler
impl UnwindSafe for fz_archive_handler
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