pub struct SpefSectionEntry { /* private fields */ }Implementations§
Source§impl SpefSectionEntry
impl SpefSectionEntry
pub fn new( file_name: &str, line_no: usize, section_type: SectionType, ) -> SpefSectionEntry
pub fn get_basic_info(&self) -> &SpefEntryBasicInfo
pub fn get_section_type(&self) -> &SectionType
Trait Implementations§
Source§impl Clone for SpefSectionEntry
impl Clone for SpefSectionEntry
Source§fn clone(&self) -> SpefSectionEntry
fn clone(&self) -> SpefSectionEntry
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 SpefSectionEntry
impl RefUnwindSafe for SpefSectionEntry
impl Send for SpefSectionEntry
impl Sync for SpefSectionEntry
impl Unpin for SpefSectionEntry
impl UnwindSafe for SpefSectionEntry
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