pub struct XRefEntry {
pub offset: u64,
pub generation: u16,
pub in_use: bool,
}Expand description
Cross-reference entry (traditional format)
Fields§
§offset: u64Byte offset in the file
generation: u16Generation number
in_use: boolWhether the object is in use
Trait Implementations§
impl Copy for XRefEntry
impl StructuralPartialEq for XRefEntry
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