Enum rustc_ap_rustc_target::spec::SplitDebuginfo [−][src]
Variants
Split debug-information is disabled, meaning that on supported platforms you can find all debug information in the executable itself. This is only supported for ELF effectively.
- Windows - not supported
- macOS - don’t run
dsymutil
- ELF -
.dwarf_*
sections
Split debug-information can be found in a “packed” location separate from the final artifact. This is supported on all platforms.
- Windows -
*.pdb
- macOS -
*.dSYM
(rundsymutil
) - ELF -
*.dwp
(runrust-llvm-dwp
)
Split debug-information can be found in individual object files on the filesystem. The main executable may point to the object files.
- Windows - not supported
- macOS - supported, scattered object files
- ELF - supported, scattered
*.dwo
files
Trait Implementations
impl Clone for SplitDebuginfo
[src]
fn clone(&self) -> SplitDebuginfo
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SplitDebuginfo
[src]
impl Debug for SplitDebuginfo
[src]
impl Display for SplitDebuginfo
[src]
impl Eq for SplitDebuginfo
[src]
impl FromStr for SplitDebuginfo
[src]
type Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<SplitDebuginfo, ()>
[src]
impl Hash for SplitDebuginfo
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<SplitDebuginfo> for SplitDebuginfo
[src]
fn eq(&self, other: &SplitDebuginfo) -> bool
[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for SplitDebuginfo
[src]
impl StructuralPartialEq for SplitDebuginfo
[src]
impl ToJson for SplitDebuginfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for SplitDebuginfo
impl Send for SplitDebuginfo
impl Sync for SplitDebuginfo
impl Unpin for SplitDebuginfo
impl UnwindSafe for SplitDebuginfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> MaybeResult<T> for T
[src]
type Error = !
pub fn from(Result<T, <T as MaybeResult<T>>::Error>) -> T
[src]
pub fn to_result(Self) -> Result<T, <T as MaybeResult<T>>::Error>
[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,