Struct binaryninja::llil::operation::NoArgs
source · pub struct NoArgs;
Trait Implementations§
impl OperationArguments for NoArgs
Auto Trait Implementations§
impl RefUnwindSafe for NoArgs
impl Send for NoArgs
impl Sync for NoArgs
impl Unpin for NoArgs
impl UnwindSafe for NoArgs
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