Enum pdf_extract::xref::XrefEntry
source · pub enum XrefEntry {
Free,
UnusableFree,
Normal {
offset: u32,
generation: u16,
},
Compressed {
container: u32,
index: u16,
},
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XrefEntry
impl RefUnwindSafe for XrefEntry
impl Send for XrefEntry
impl Sync for XrefEntry
impl Unpin for XrefEntry
impl UnwindSafe for XrefEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)