pub struct BuildToolNeeds {
pub pkg_config: bool,
pub make: bool,
pub cmake: bool,
}Expand description
Configuration for which build tools to include in requirements.
Fields§
§pkg_config: bool§make: bool§cmake: boolAuto Trait Implementations§
impl Freeze for BuildToolNeeds
impl RefUnwindSafe for BuildToolNeeds
impl Send for BuildToolNeeds
impl Sync for BuildToolNeeds
impl Unpin for BuildToolNeeds
impl UnsafeUnpin for BuildToolNeeds
impl UnwindSafe for BuildToolNeeds
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