Struct binaryninja::llil::NonSSA
source · pub struct NonSSA<V: NonSSAVariant>(/* private fields */);
Trait Implementations§
impl<V: Copy + NonSSAVariant> Copy for NonSSA<V>
impl<V: NonSSAVariant> FunctionForm for NonSSA<V>
Auto Trait Implementations§
impl<V> RefUnwindSafe for NonSSA<V>where
V: RefUnwindSafe,
impl<V> Send for NonSSA<V>where
V: Send,
impl<V> Sync for NonSSA<V>where
V: Sync,
impl<V> Unpin for NonSSA<V>where
V: Unpin,
impl<V> UnwindSafe for NonSSA<V>where
V: UnwindSafe,
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