pub struct XrefSection {
pub entries: Vec<XrefEntry>,
}Expand description
A section of cross-reference entries from a single xref table or stream.
Fields§
§entries: Vec<XrefEntry>Trait Implementations§
Source§impl Clone for XrefSection
impl Clone for XrefSection
Source§fn clone(&self) -> XrefSection
fn clone(&self) -> XrefSection
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 moreAuto Trait Implementations§
impl Freeze for XrefSection
impl RefUnwindSafe for XrefSection
impl Send for XrefSection
impl Sync for XrefSection
impl Unpin for XrefSection
impl UnsafeUnpin for XrefSection
impl UnwindSafe for XrefSection
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