pub struct CompileUnitRangeList { /* private fields */ }Implementations§
Source§impl CompileUnitRangeList
impl CompileUnitRangeList
pub fn new( cu: &Rc<CompileUnit>, data: &Bytes, base_address: FileAddress, ) -> Self
pub fn contains(&self, addr: &FileAddress) -> bool
Trait Implementations§
Source§impl Clone for CompileUnitRangeList
impl Clone for CompileUnitRangeList
Source§fn clone(&self) -> CompileUnitRangeList
fn clone(&self) -> CompileUnitRangeList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompileUnitRangeList
impl Debug for CompileUnitRangeList
Source§impl IntoIterator for CompileUnitRangeList
impl IntoIterator for CompileUnitRangeList
Auto Trait Implementations§
impl !Freeze for CompileUnitRangeList
impl !RefUnwindSafe for CompileUnitRangeList
impl !Send for CompileUnitRangeList
impl !Sync for CompileUnitRangeList
impl Unpin for CompileUnitRangeList
impl !UnwindSafe for CompileUnitRangeList
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