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

Method as_mut

rust/src/rc.rs:72–74  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

70
71impl<T: RefCountable> AsMut<T> for Ref<T> {
72 fn as_mut(&mut self) -> &mut T {
73 &mut self.contents
74 }
75}
76
77impl<T: RefCountable> Deref for Ref<T> {

Callers 7

convert_to_nopMethod · 0.80
import_type_libraryMethod · 0.80
import_type_objectMethod · 0.80
post_processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected