Struct ptx_builder::project::Project [−][src]
pub struct Project { /* fields omitted */ }Methods
impl Project[src]
impl Projectpub fn analyze<P: AsRef<Path>>(path: P) -> Result<Self>[src]
pub fn analyze<P: AsRef<Path>>(path: P) -> Result<Self>pub fn get_proxy_crate(&self) -> Result<ProxyCrate>[src]
pub fn get_proxy_crate(&self) -> Result<ProxyCrate>Trait Implementations
impl Hash for Project[src]
impl Hash for Projectfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Crate for Project[src]
impl Crate for Project