Enum rustc_session::config::LinkerPluginLto
source · [−]pub enum LinkerPluginLto {
LinkerPlugin(PathBuf),
LinkerPluginAuto,
Disabled,
}
Variants
LinkerPlugin(PathBuf)
LinkerPluginAuto
Disabled
Implementations
Trait Implementations
sourceimpl Clone for LinkerPluginLto
impl Clone for LinkerPluginLto
sourcefn clone(&self) -> LinkerPluginLto
fn clone(&self) -> LinkerPluginLto
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LinkerPluginLto
impl Debug for LinkerPluginLto
sourceimpl DepTrackingHash for LinkerPluginLto
impl DepTrackingHash for LinkerPluginLto
fn hash(
&self,
hasher: &mut DefaultHasher,
_: ErrorOutputType,
_for_crate_hash: bool
)
sourceimpl Hash for LinkerPluginLto
impl Hash for LinkerPluginLto
sourceimpl PartialEq<LinkerPluginLto> for LinkerPluginLto
impl PartialEq<LinkerPluginLto> for LinkerPluginLto
sourcefn eq(&self, other: &LinkerPluginLto) -> bool
fn eq(&self, other: &LinkerPluginLto) -> bool
impl StructuralPartialEq for LinkerPluginLto
Auto Trait Implementations
impl RefUnwindSafe for LinkerPluginLto
impl Send for LinkerPluginLto
impl Sync for LinkerPluginLto
impl Unpin for LinkerPluginLto
impl UnwindSafe for LinkerPluginLto
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: 32 bytes
Size for each variant:
LinkerPlugin
: 24 bytesLinkerPluginAuto
: 0 bytesDisabled
: 0 bytes