Struct binaryninja::custombinaryview::CustomView
source · 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> 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more