Struct binaryninja::hlil::operation::NoArgs
source · pub struct NoArgs {
pub function: Ref<HighLevelILFunction>,
pub address: u64,
}
Fields§
§function: Ref<HighLevelILFunction>
§address: u64
Implementations§
Trait Implementations§
source§impl PartialEq for NoArgs
impl PartialEq for NoArgs
impl Eq for NoArgs
impl StructuralEq for NoArgs
impl StructuralPartialEq 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