Struct libscemu::emu::structures::TlsDirectory64
source · [−]pub struct TlsDirectory64 { /* private fields */ }
Implementations
sourceimpl TlsDirectory64
impl TlsDirectory64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TlsDirectory64
impl Send for TlsDirectory64
impl Sync for TlsDirectory64
impl Unpin for TlsDirectory64
impl UnwindSafe for TlsDirectory64
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more