Struct qt_build_utils::MocProducts
source · pub struct MocProducts {
pub cpp: PathBuf,
pub metatypes_json: PathBuf,
}Expand description
Paths to files generated by QtBuild::moc
Fields§
§cpp: PathBufGenerated C++ file
metatypes_json: PathBufGenerated JSON file
Auto Trait Implementations§
impl RefUnwindSafe for MocProducts
impl Send for MocProducts
impl Sync for MocProducts
impl Unpin for MocProducts
impl UnwindSafe for MocProducts
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