Struct shadow_shim_helper_rs::shim_shmem::ThreadShmem
source · #[repr(C)]pub struct ThreadShmem {
pub host_id: HostId,
pub tid: pid_t,
pub protected: RootedRefCell<ThreadShmemProtected>,
}
Fields§
§host_id: HostId
§tid: pid_t
§protected: RootedRefCell<ThreadShmemProtected>
Implementations§
source§impl ThreadShmem
impl ThreadShmem
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ThreadShmem
impl !RefUnwindSafe for ThreadShmem
impl Send for ThreadShmem
impl Sync for ThreadShmem
impl Unpin for ThreadShmem
impl UnwindSafe for ThreadShmem
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