pub struct XRefEntry {
pub object_number: u32,
pub generation: u16,
pub offset: u64,
pub in_use: bool,
}Expand description
Cross-reference table entry
Fields§
§object_number: u32§generation: u16§offset: u64§in_use: boolTrait 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