Enum rustc_session::config::Strip
source · pub enum Strip {
None,
Debuginfo,
Symbols,
}
Expand description
The different settings that the -C strip
flag can have.
Variants
None
Do not strip at all.
Debuginfo
Strip debuginfo.
Symbols
Strip all symbols.
Trait Implementations
impl Copy for Strip
impl StructuralPartialEq for Strip
Auto Trait Implementations
impl RefUnwindSafe for Strip
impl Send for Strip
impl Sync for Strip
impl Unpin for Strip
impl UnwindSafe for Strip
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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: 1 byte
Size for each variant:
None
: 0 bytesDebuginfo
: 0 bytesSymbols
: 0 bytes