#[repr(C)]pub struct dl_tls_index {
pub ti_module: usize,
pub ti_offset: usize,
}Fields§
§ti_module: usize§ti_offset: usizeAuto Trait Implementations§
impl Freeze for dl_tls_index
impl RefUnwindSafe for dl_tls_index
impl Send for dl_tls_index
impl Sync for dl_tls_index
impl Unpin for dl_tls_index
impl UnsafeUnpin for dl_tls_index
impl UnwindSafe for dl_tls_index
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