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