#[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_objTrait Implementations§
Source§impl Clone for pdf_xref_entry
impl Clone for pdf_xref_entry
Source§fn clone(&self) -> pdf_xref_entry
fn clone(&self) -> pdf_xref_entry
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 pdf_xref_entry
impl Debug for pdf_xref_entry
impl Copy for pdf_xref_entry
Auto Trait Implementations§
impl Freeze for pdf_xref_entry
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§
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