Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ as_ref
Method
as_ref
rust/src/custom_binary_view.rs:414–416 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
412
413
impl AsRef<BinaryViewType> for BinaryViewType {
414
fn as_ref(&self) -> &Self {
415
self
416
}
417
}
418
419
unsafe impl Send for BinaryViewType {}
Callers
10
register_view_type
Function · 0.45
default_load_settings_for_data
Method · 0.45
name
Method · 0.45
long_name
Method · 0.45
register_arch
Method · 0.45
register_platform
Method · 0.45
register_platform_recognizer
Method · 0.45
open
Method · 0.45
parse
Method · 0.45
by_name
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected