Struct lief::coff::section::ComdatInfo
pub struct ComdatInfo<'a> { /* private fields */ }
Expand description
This structure wraps comdat information which is composed of the symbol associated with the comdat section and its selection flag
Implementations§
§impl ComdatInfo<'_>
impl ComdatInfo<'_>
pub fn symbol(&self) -> Option<Symbol<'_>>
pub fn kind(&self) -> ComdatSelection
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ComdatInfo<'a>
impl<'a> !Send for ComdatInfo<'a>
impl<'a> !Sync for ComdatInfo<'a>
impl<'a> Unpin for ComdatInfo<'a>
impl<'a> !UnwindSafe for ComdatInfo<'a>
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