Struct binaryninja::llil::VoidExpr
source · 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§
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