pub enum Linkage {
Private,
Internal,
AvailableExternally,
LinkOnce,
Weak,
Common,
Appending,
External,
}
Variants§
Trait Implementations§
source§impl PartialEq for Linkage
impl PartialEq for Linkage
impl Copy for Linkage
impl Eq for Linkage
impl StructuralEq for Linkage
impl StructuralPartialEq for Linkage
Auto Trait Implementations§
impl RefUnwindSafe for Linkage
impl Send for Linkage
impl Sync for Linkage
impl Unpin for Linkage
impl UnwindSafe for Linkage
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