Struct dinghy_lib::overlay::Overlayer
[−]
[src]
pub struct Overlayer { /* fields omitted */ }
Methods
impl Overlayer[src]
pub fn overlay<P: AsRef<Path>>(
configuration: &PlatformConfiguration,
platform: &Platform,
project: &Project,
sysroot: P
) -> Result<()>[src]
configuration: &PlatformConfiguration,
platform: &Platform,
project: &Project,
sysroot: P
) -> Result<()>
Trait Implementations
impl Clone for Overlayer[src]
fn clone(&self) -> Overlayer[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more