Struct system_deps::InternalLib
source · [−]Expand description
Internal library name and if a static library is available on the system
Fields
name: StringName of the library
is_static_available: boolIndicates if a static library is available on the system
Trait Implementations
sourceimpl Debug for InternalLib
impl Debug for InternalLib
sourceimpl PartialEq<InternalLib> for InternalLib
impl PartialEq<InternalLib> for InternalLib
sourcefn eq(&self, other: &InternalLib) -> bool
fn eq(&self, other: &InternalLib) -> bool
impl Eq for InternalLib
impl StructuralEq for InternalLib
impl StructuralPartialEq for InternalLib
Auto Trait Implementations
impl RefUnwindSafe for InternalLib
impl Send for InternalLib
impl Sync for InternalLib
impl Unpin for InternalLib
impl UnwindSafe for InternalLib
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