Enum rustc_session::cstore::LinkagePreference
source · pub enum LinkagePreference {
RequireDynamic,
RequireStatic,
}
Variants
RequireDynamic
RequireStatic
Trait Implementations
sourceimpl Clone for LinkagePreference
impl Clone for LinkagePreference
sourcefn clone(&self) -> LinkagePreference
fn clone(&self) -> LinkagePreference
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 LinkagePreference
impl Debug for LinkagePreference
sourceimpl<__D: Decoder> Decodable<__D> for LinkagePreference
impl<__D: Decoder> Decodable<__D> for LinkagePreference
sourceimpl<__E: Encoder> Encodable<__E> for LinkagePreference
impl<__E: Encoder> Encodable<__E> for LinkagePreference
sourceimpl<__CTX> HashStable<__CTX> for LinkagePreferencewhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for LinkagePreferencewhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
sourceimpl PartialEq<LinkagePreference> for LinkagePreference
impl PartialEq<LinkagePreference> for LinkagePreference
sourcefn eq(&self, other: &LinkagePreference) -> bool
fn eq(&self, other: &LinkagePreference) -> bool
impl Copy for LinkagePreference
impl StructuralPartialEq for LinkagePreference
Auto Trait Implementations
impl RefUnwindSafe for LinkagePreference
impl Send for LinkagePreference
impl Sync for LinkagePreference
impl Unpin for LinkagePreference
impl UnwindSafe for LinkagePreference
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:
RequireDynamic
: 0 bytesRequireStatic
: 0 bytes