Struct system_deps::InternalLib
source · pub struct InternalLib {
pub name: String,
pub is_static_available: bool,
}
Expand description
Internal library name and if a static library is available on the system
Fields§
§name: String
Name of the library
is_static_available: bool
Indicates if a static library is available on the system
Trait Implementations§
source§impl Debug for InternalLib
impl Debug for InternalLib
source§impl PartialEq for InternalLib
impl PartialEq for InternalLib
source§fn eq(&self, other: &InternalLib) -> bool
fn eq(&self, other: &InternalLib) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InternalLib
impl StructuralPartialEq for InternalLib
Auto Trait Implementations§
impl Freeze for InternalLib
impl RefUnwindSafe for InternalLib
impl Send for InternalLib
impl Sync for InternalLib
impl Unpin for InternalLib
impl UnwindSafe for InternalLib
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.