Struct ddcore_rs::memory::GameConnection
source · [−]pub struct GameConnection {
pub pid: Pid,
pub path: String,
pub handle: Handle,
pub base_address: usize,
pub last_fetch: Option<StatsBlockWithFrames>,
pub child_handle: Option<Child>,
pub params: ConnectionParams,
/* private fields */
}Fields
pid: Pidpath: Stringhandle: Handlebase_address: usizelast_fetch: Option<StatsBlockWithFrames>child_handle: Option<Child>params: ConnectionParamsImplementations
Auto Trait Implementations
impl RefUnwindSafe for GameConnection
impl Send for GameConnection
impl Sync for GameConnection
impl Unpin for GameConnection
impl UnwindSafe for GameConnection
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more