Struct shadow_shim_helper_rs::shim_shmem::ProcessShmem
source · #[repr(C)]pub struct ProcessShmem {
pub host_shmem: ShMemBlockSerialized,
pub strace_fd: FfiOption<c_int>,
pub protected: RootedRefCell<ProcessShmemProtected>,
/* private fields */
}
Fields§
§host_shmem: ShMemBlockSerialized
Handle to shared memory for the Host
strace_fd: FfiOption<c_int>
§protected: RootedRefCell<ProcessShmemProtected>
Implementations§
source§impl ProcessShmem
impl ProcessShmem
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ProcessShmem
impl !RefUnwindSafe for ProcessShmem
impl Send for ProcessShmem
impl Sync for ProcessShmem
impl Unpin for ProcessShmem
impl UnwindSafe for ProcessShmem
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