pub struct XrefSection {
pub starting_id: u32,
pub entries: Vec<XrefEntry>,
}
Fields§
§starting_id: u32
§entries: Vec<XrefEntry>
Implementations§
Source§impl XrefSection
impl XrefSection
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 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