#[repr(C)]pub struct ShimEventStartReq {
pub thread_shmem_block_to_init: ForeignPtr<ShMemBlockSerialized>,
pub process_shmem_block_to_init: ForeignPtr<ShMemBlockSerialized>,
pub initial_working_dir_to_init: ForeignPtr<u8>,
pub initial_working_dir_to_init_len: usize,
}
Expand description
Data for ShimEventToShadow::StartReq
Fields§
§thread_shmem_block_to_init: ForeignPtr<ShMemBlockSerialized>
Shim pointer to be initd by Shadow. Required.
process_shmem_block_to_init: ForeignPtr<ShMemBlockSerialized>
Shim pointer to be initd by Shadow. Optional.
initial_working_dir_to_init: ForeignPtr<u8>
Shim pointer to be initd by Shadow. Optional. If set, shadow will write a null-terminated path.
initial_working_dir_to_init_len: usize
Trait Implementations§
source§impl Clone for ShimEventStartReq
impl Clone for ShimEventStartReq
source§fn clone(&self) -> ShimEventStartReq
fn clone(&self) -> ShimEventStartReq
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ShimEventStartReq
impl Debug for ShimEventStartReq
impl Copy for ShimEventStartReq
Auto Trait Implementations§
impl Freeze for ShimEventStartReq
impl RefUnwindSafe for ShimEventStartReq
impl Send for ShimEventStartReq
impl Sync for ShimEventStartReq
impl Unpin for ShimEventStartReq
impl UnwindSafe for ShimEventStartReq
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)