Struct binaryninja::function::PerformanceInfo
source · pub struct PerformanceInfo(/* private fields */);
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for PerformanceInfo
impl CoreArrayProvider for PerformanceInfo
Auto Trait Implementations§
impl RefUnwindSafe for PerformanceInfo
impl !Send for PerformanceInfo
impl !Sync for PerformanceInfo
impl Unpin for PerformanceInfo
impl UnwindSafe for PerformanceInfo
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