Struct 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> Freeze for Thunk<'a>
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