pub struct InjectionResult {
pub method: InjectionMethod,
pub remote_address: usize,
pub thread_id: Option<u32>,
pub size: usize,
}Expand description
result of a successful injection
Fields§
§method: InjectionMethod§remote_address: usize§thread_id: Option<u32>§size: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for InjectionResult
impl RefUnwindSafe for InjectionResult
impl Send for InjectionResult
impl Sync for InjectionResult
impl Unpin for InjectionResult
impl UnwindSafe for InjectionResult
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