Struct lief::macho::binding_info::Chained
pub struct Chained<'a> { /* private fields */ }
Expand description
This structure represents a binding operation coming from chained binding command:
LC_DYLD_CHAINED_FIXUPS
Implementations§
§impl Chained<'_>
impl Chained<'_>
pub fn format(&self) -> CHAINED_FORMAT
pub fn format(&self) -> CHAINED_FORMAT
Format of the imports
pub fn ptr_format(&self) -> u32
pub fn ptr_format(&self) -> u32
Format of the pointer
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Chained<'a>
impl<'a> !Send for Chained<'a>
impl<'a> !Sync for Chained<'a>
impl<'a> Unpin for Chained<'a>
impl<'a> UnwindSafe for Chained<'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