MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / CoreArrayProviderInner

Interface CoreArrayProviderInner

rust/src/rc.rs:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214pub(crate) unsafe trait CoreArrayProviderInner: CoreArrayProvider {
215 unsafe fn free(raw: *mut Self::Raw, count: usize, context: &Self::Context);
216 unsafe fn wrap_raw<'a>(raw: &'a Self::Raw, context: &'a Self::Context) -> Self::Wrapped<'a>;
217}
218
219// TODO: I would really like if we impld Debug for this, but lifetimes are hard!
220#[allow(private_bounds)]

Callers

nothing calls this directly

Implementers 15

relocation.rsrust/src/relocation.rs
demangle.rsrust/src/demangle.rs
segment.rsrust/src/segment.rs
type_printer.rsrust/src/type_printer.rs
type_parser.rsrust/src/type_parser.rs
variable.rsrust/src/variable.rs
architecture.rsrust/src/architecture.rs
symbol.rsrust/src/symbol.rs
types.rsrust/src/types.rs
secrets_provider.rsrust/src/secrets_provider.rs
metadata.rsrust/src/metadata.rs
repository.rsrust/src/repository.rs

Calls

no outgoing calls

Tested by

no test coverage detected