Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
impl<T: RefCountable> AsMut<T> for Ref<T> {
72
fn as_mut(&mut self) -> &mut T {
73
&mut self.contents
74
}
75
}
76
77
impl<T: RefCountable> Deref for Ref<T> {
Callers
7
convert_to_nop
Method · 0.80
import_type_library
Method · 0.80
import_type_object
Method · 0.80
cb_apply_to_linear_view_object
Function · 0.80
set_user_call_type_adjustment
Method · 0.80
parse_structure_fields
Method · 0.80
post_process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected