Struct rustc_save_analysis::SigElement
[−]
[src]
pub struct SigElement {
pub id: DefId,
pub start: usize,
pub end: usize,
}🔬 This is a nightly-only experimental API. (
rustc_private)An element of a signature. start and end are byte offsets into the text
of the parent Signature.
Fields
id: DefId
🔬 This is a nightly-only experimental API. (
rustc_private)start: usize
🔬 This is a nightly-only experimental API. (
rustc_private)end: usize
🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
impl Clone for SigElement[src]
fn clone(&self) -> SigElement
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more