Struct binaryninja::basicblock::EdgeContext
source · pub struct EdgeContext<'a, C: 'a + BlockContext> { /* private fields */ }
Auto Trait Implementations§
impl<'a, C> RefUnwindSafe for EdgeContext<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for EdgeContext<'a, C>
impl<'a, C> Sync for EdgeContext<'a, C>
impl<'a, C> Unpin for EdgeContext<'a, C>
impl<'a, C> UnwindSafe for EdgeContext<'a, C>where
C: RefUnwindSafe,
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