Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Shizcow/hotpatch
/ types & classes
Types & classes
10 in github.com/Shizcow/hotpatch
⨍
Functions
52
◇
Types & classes
10
Class
Foo
This is a struct
examples/methods/src/main.rs:4
Class
Foo
There is a system of trust here Foo is assumed to be the same struct everywhere This may be possible to lock down even more with typeid, but that's WI
examples/methods_extra_obj/src/lib.rs:6
Class
HotpatchExport
Created by [`#[patch]`](crate::patch). Internal use only. Creates a `#[no_mangle] pub static` instance to be imported in another binary by [`Patchabl
hotpatch/src/export.rs:5
Interface
HotpatchFn
Public interface for [Patchable::hotpatch_fn] and associated; requires import to use
hotpatch/src/lib.rs:363
Interface
HotpatchFnInternal
hotpatch/src/lib.rs:253
Class
HotpatchImportInternal
hotpatch/src/lib.rs:155
Interface
HotpatchLib
Public interface for [Patchable::hotpatch_lib] and associated; requires import to use
hotpatch/src/lib.rs:322
Interface
HotpatchLibInternal
hotpatch/src/lib.rs:274
Class
MutConst
methods stuff
hotpatch/src/lib.rs:433
Class
Patchable
Created by [`#[patchable]`](patchable). A functor capable of overwriting its own function.
hotpatch/src/lib.rs:150