Struct futhark_bindgen::Library
source · [−]pub struct Library {
pub manifest: Manifest,
pub c_file: PathBuf,
pub h_file: PathBuf,
pub src: PathBuf,
}Fields
manifest: Manifestc_file: PathBufh_file: PathBufsrc: PathBufImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Library
impl Send for Library
impl Sync for Library
impl Unpin for Library
impl UnwindSafe for Library
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more