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
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &InternalLib) -> bool
fn ne(&self, other: &InternalLib) -> bool
This method tests for !=.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more