Struct binaryninja::llil::VoidExpr
[−]pub struct VoidExpr;
Trait Implementations
impl Copy for VoidExpr
impl ExpressionResultType for VoidExpr
Auto Trait Implementations
impl RefUnwindSafe for VoidExpr
impl Send for VoidExpr
impl Sync for VoidExpr
impl Unpin for VoidExpr
impl UnwindSafe for VoidExpr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more