Struct mupdf_sys::pdf_xref_entry [−][src]
#[repr(C)]pub struct pdf_xref_entry { pub type_: c_char, pub marked: c_uchar, pub gen: c_ushort, pub num: c_int, pub ofs: i64, pub stm_ofs: i64, pub stm_buf: *mut fz_buffer, pub obj: *mut pdf_obj, }
Fields
type_: c_char
marked: c_uchar
gen: c_ushort
num: c_int
ofs: i64
stm_ofs: i64
stm_buf: *mut fz_buffer
obj: *mut pdf_obj
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pdf_xref_entry
impl !Send for pdf_xref_entry
impl !Sync for pdf_xref_entry
impl Unpin for pdf_xref_entry
impl UnwindSafe for pdf_xref_entry
Blanket Implementations
Mutably borrows from an owned value. Read more