pub struct TlsModule {
pub is_static: bool,
pub template_addr: usize,
pub template_filesz: usize,
pub template_memsz: usize,
pub template_align: usize,
pub offset: Option<usize>,
pub id: Option<TlsModId>,
}
Fields§
§is_static: bool
§template_addr: usize
§template_filesz: usize
§template_memsz: usize
§template_align: usize
§offset: Option<usize>
§id: Option<TlsModId>
Trait Implementations§
Auto Trait Implementations§
impl Crossing for TlsModule
impl ObjSafe for TlsModule
impl RefUnwindSafe for TlsModule
impl Send for TlsModule
impl Sync for TlsModule
impl Unpin for TlsModule
impl UnwindSafe for TlsModule
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