pub struct CompileUnitRangeEntry {
pub low: FileAddress,
pub high: FileAddress,
}Fields§
§low: FileAddress§high: FileAddressImplementations§
Source§impl CompileUnitRangeEntry
impl CompileUnitRangeEntry
pub fn contains(&self, addr: &FileAddress) -> bool
Trait Implementations§
Source§impl Clone for CompileUnitRangeEntry
impl Clone for CompileUnitRangeEntry
Source§fn clone(&self) -> CompileUnitRangeEntry
fn clone(&self) -> CompileUnitRangeEntry
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 CompileUnitRangeEntry
impl Debug for CompileUnitRangeEntry
Source§impl Default for CompileUnitRangeEntry
impl Default for CompileUnitRangeEntry
Source§fn default() -> CompileUnitRangeEntry
fn default() -> CompileUnitRangeEntry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompileUnitRangeEntry
impl !RefUnwindSafe for CompileUnitRangeEntry
impl !Send for CompileUnitRangeEntry
impl !Sync for CompileUnitRangeEntry
impl Unpin for CompileUnitRangeEntry
impl !UnwindSafe for CompileUnitRangeEntry
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