Struct binaryninja::function::AddressRange
source · pub struct AddressRange(/* private fields */);
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for AddressRange
impl CoreArrayProvider for AddressRange
Auto Trait Implementations§
impl RefUnwindSafe for AddressRange
impl Send for AddressRange
impl Sync for AddressRange
impl Unpin for AddressRange
impl UnwindSafe for AddressRange
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