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