Struct lief::macho::commands::linker_opt_hint::LinkerOptHint
pub struct LinkerOptHint<'a> { /* private fields */ }
Expand description
Structure which represents the LC_LINKER_OPTIMIZATION_HINT
command
Implementations§
§impl LinkerOptHint<'_>
impl LinkerOptHint<'_>
Trait Implementations§
§impl Command for LinkerOptHint<'_>
impl Command for LinkerOptHint<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for LinkerOptHint<'a>
impl<'a> !Send for LinkerOptHint<'a>
impl<'a> !Sync for LinkerOptHint<'a>
impl<'a> Unpin for LinkerOptHint<'a>
impl<'a> UnwindSafe for LinkerOptHint<'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