Struct builder_cpp::builder::Target
source · pub struct Target<'a> {
pub bin_path: String,
/* private fields */
}
Fields§
§bin_path: String
Implementations§
source§impl<'a> Target<'a>
impl<'a> Target<'a>
sourcepub fn new(
build_config: &'a BuildConfig,
target_config: &'a TargetConfig,
targets: &'a Vec<TargetConfig>,
packages: &'a Vec<Package>
) -> Self
pub fn new( build_config: &'a BuildConfig, target_config: &'a TargetConfig, targets: &'a Vec<TargetConfig>, packages: &'a Vec<Package> ) -> Self
Creates a new target
Arguments
build_config
- Build configtarget_config
- Target configtargets
- All targetspackages
- All packages
Auto Trait Implementations§
impl<'a> RefUnwindSafe for Target<'a>
impl<'a> Send for Target<'a>
impl<'a> Sync for Target<'a>
impl<'a> Unpin for Target<'a>
impl<'a> UnwindSafe for Target<'a>
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