pub struct CallSiteId {
pub call_site_off: DUInt,
}Fields§
§call_site_off: DUIntoffset from the start of the file to the call_site_item
Trait Implementations§
Source§impl Clone for CallSiteId
impl Clone for CallSiteId
Source§fn clone(&self) -> CallSiteId
fn clone(&self) -> CallSiteId
Returns a copy 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 CallSiteId
impl Debug for CallSiteId
Source§impl PartialEq for CallSiteId
impl PartialEq for CallSiteId
impl Copy for CallSiteId
impl Eq for CallSiteId
impl StructuralPartialEq for CallSiteId
Auto Trait Implementations§
impl Freeze for CallSiteId
impl RefUnwindSafe for CallSiteId
impl Send for CallSiteId
impl Sync for CallSiteId
impl Unpin for CallSiteId
impl UnwindSafe for CallSiteId
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