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: StringName of the library
is_static_available: boolIndicates 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
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