Struct lief::elf::note::properties::GenericProperty
pub struct GenericProperty<'a> { /* private fields */ }Expand description
Generic property (unrecognized by LIEF)
Implementations§
§impl GenericProperty<'_>
impl GenericProperty<'_>
Trait Implementations§
§impl Debug for GenericProperty<'_>
impl Debug for GenericProperty<'_>
§impl NoteProperty for GenericProperty<'_>
impl NoteProperty for GenericProperty<'_>
§fn property_type(&self) -> PropertyType
fn property_type(&self) -> PropertyType
Return the type of the property
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GenericProperty<'a>
impl<'a> !Send for GenericProperty<'a>
impl<'a> !Sync for GenericProperty<'a>
impl<'a> Unpin for GenericProperty<'a>
impl<'a> !UnwindSafe for GenericProperty<'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