pub enum TLSDirectory {
TLS32(ImageTLSDirectory32),
TLS64(ImageTLSDirectory64),
}Expand description
Represents either a 32-bit or a 64-bit TLS directory.
Variants§
TLS32(ImageTLSDirectory32)
TLS64(ImageTLSDirectory64)
Implementations§
Auto Trait Implementations§
impl Freeze for TLSDirectory
impl RefUnwindSafe for TLSDirectory
impl Send for TLSDirectory
impl Sync for TLSDirectory
impl Unpin for TLSDirectory
impl UnsafeUnpin for TLSDirectory
impl UnwindSafe for TLSDirectory
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