Struct lief::elf::note::properties::Needed
pub struct Needed<'a> { /* private fields */ }Expand description
Needed property (GNU_PROPERTY_1_NEEDED)
This property conveys information about additional features that the object file needs at runtime (e.g. indirect external access).
Implementations§
Trait Implementations§
§impl NoteProperty for Needed<'_>
impl NoteProperty for Needed<'_>
§fn property_type(&self) -> PropertyType
fn property_type(&self) -> PropertyType
Return the type of the property
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Needed<'a>
impl<'a> !Send for Needed<'a>
impl<'a> !Sync for Needed<'a>
impl<'a> Unpin for Needed<'a>
impl<'a> !UnwindSafe for Needed<'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