Struct rustc_span::FileNameDisplay [−][src]
pub struct FileNameDisplay<'a> {
inner: &'a FileName,
display_pref: FileNameDisplayPreference,
}
Fields
inner: &'a FileName
display_pref: FileNameDisplayPreference
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for FileNameDisplay<'a>
impl<'a> Send for FileNameDisplay<'a>
impl<'a> Sync for FileNameDisplay<'a>
impl<'a> Unpin for FileNameDisplay<'a>
impl<'a> UnwindSafe for FileNameDisplay<'a>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes