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