Enum rustc_session::config::LinkerPluginLto
source · pub enum LinkerPluginLto {
LinkerPlugin(PathBuf),
LinkerPluginAuto,
Disabled,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for LinkerPluginLto
impl Clone for LinkerPluginLto
source§fn clone(&self) -> LinkerPluginLto
fn clone(&self) -> LinkerPluginLto
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LinkerPluginLto
impl Debug for LinkerPluginLto
source§impl DepTrackingHash for LinkerPluginLto
impl DepTrackingHash for LinkerPluginLto
fn hash( &self, hasher: &mut DefaultHasher, _: ErrorOutputType, _for_crate_hash: bool )
source§impl Hash for LinkerPluginLto
impl Hash for LinkerPluginLto
source§impl PartialEq<LinkerPluginLto> for LinkerPluginLto
impl PartialEq<LinkerPluginLto> for LinkerPluginLto
source§fn eq(&self, other: &LinkerPluginLto) -> bool
fn eq(&self, other: &LinkerPluginLto) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn 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