Struct binaryninja::mlil::operation::Goto
source · pub struct Goto {
pub dest: u64,
}
Fields§
§dest: u64
Trait Implementations§
source§impl PartialEq for Goto
impl PartialEq for Goto
impl Copy for Goto
impl Eq for Goto
impl StructuralPartialEq for Goto
Auto Trait Implementations§
impl RefUnwindSafe for Goto
impl Send for Goto
impl Sync for Goto
impl Unpin for Goto
impl UnwindSafe for Goto
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