Struct binaryninja::hlil::operation::GotoLabel
source · pub struct GotoLabel {
pub target: u64,
/* private fields */
}
Fields§
§target: u64
Implementations§
Trait Implementations§
source§impl PartialEq for GotoLabel
impl PartialEq for GotoLabel
impl Eq for GotoLabel
impl StructuralPartialEq for GotoLabel
Auto Trait Implementations§
impl RefUnwindSafe for GotoLabel
impl Send for GotoLabel
impl Sync for GotoLabel
impl Unpin for GotoLabel
impl UnwindSafe for GotoLabel
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