Struct lief::macho::thread_local_variables::Thunk
pub struct Thunk<'a> { /* private fields */ }Expand description
Descriptor for a single thread-local variable.
The layout mirrors the tlv_descriptor structure from <mach-o/loader.h>.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Thunk<'a>
impl<'a> !Send for Thunk<'a>
impl<'a> !Sync for Thunk<'a>
impl<'a> Unpin for Thunk<'a>
impl<'a> !UnwindSafe for Thunk<'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