pub enum LinkingKind {
Dynamic {
folded_libs: bool,
},
Static,
}
Variants§
Trait Implementations§
Source§impl Clone for LinkingKind
impl Clone for LinkingKind
Source§fn clone(&self) -> LinkingKind
fn clone(&self) -> LinkingKind
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 LinkingKind
impl Debug for LinkingKind
Source§impl PartialEq for LinkingKind
impl PartialEq for LinkingKind
impl Copy for LinkingKind
impl Eq for LinkingKind
impl StructuralPartialEq for LinkingKind
Auto Trait Implementations§
impl Freeze for LinkingKind
impl RefUnwindSafe for LinkingKind
impl Send for LinkingKind
impl Sync for LinkingKind
impl Unpin for LinkingKind
impl UnwindSafe for LinkingKind
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