CustomView in binaryninja::custom_binary_view - Rust

pub struct CustomView<'builder> { /* private fields */ }
Expand description

Represents a partially initialized custom BinaryView that should be returned to the core from the create_custom_view method of a CustomBinaryViewType.

Auto Trait Implementations§

§

impl<'builder> Freeze for CustomView<'builder>

§

impl<'builder> RefUnwindSafe for CustomView<'builder>

§

impl<'builder> Send for CustomView<'builder>

§

impl<'builder> Sync for CustomView<'builder>

§

impl<'builder> Unpin for CustomView<'builder>

§

impl<'builder> UnwindSafe for CustomView<'builder>

Blanket Implementations§