Enum rustc_session::cstore::LinkagePreference
source · pub enum LinkagePreference {
RequireDynamic,
RequireStatic,
}
Variants§
Trait Implementations§
source§impl Clone for LinkagePreference
impl Clone for LinkagePreference
source§fn clone(&self) -> LinkagePreference
fn clone(&self) -> LinkagePreference
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 LinkagePreference
impl Debug for LinkagePreference
source§impl<__D: Decoder> Decodable<__D> for LinkagePreference
impl<__D: Decoder> Decodable<__D> for LinkagePreference
source§impl<__E: Encoder> Encodable<__E> for LinkagePreference
impl<__E: Encoder> Encodable<__E> for LinkagePreference
source§impl<__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)
source§impl PartialEq<LinkagePreference> for LinkagePreference
impl PartialEq<LinkagePreference> for LinkagePreference
source§fn eq(&self, other: &LinkagePreference) -> bool
fn eq(&self, other: &LinkagePreference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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: 1 byte
Size for each variant:
RequireDynamic
: 0 bytesRequireStatic
: 0 bytes