#[repr(C)]pub struct DecantInjectRequest {
pub abi_version: u32,
pub target_process: *mut c_void,
pub main_thread: *mut c_void,
pub carafe_path: *const u16,
pub carafe_image: *const u8,
pub carafe_image_len: usize,
pub ready_token_name: *const u16,
pub out_remote_base: u64,
}Fields§
§abi_version: u32§target_process: *mut c_void§main_thread: *mut c_void§carafe_path: *const u16§carafe_image: *const u8§carafe_image_len: usize§ready_token_name: *const u16§out_remote_base: u64Auto Trait Implementations§
impl !Send for DecantInjectRequest
impl !Sync for DecantInjectRequest
impl Freeze for DecantInjectRequest
impl RefUnwindSafe for DecantInjectRequest
impl Unpin for DecantInjectRequest
impl UnsafeUnpin for DecantInjectRequest
impl UnwindSafe for DecantInjectRequest
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