Struct cxx_qt_gen::GeneratedCppBlocks
source · pub struct GeneratedCppBlocks {
pub cxx_file_stem: String,
pub namespace: String,
pub qobjects: Vec<GeneratedCppQObject>,
}Expand description
Representation of the generated C++ code for a group of QObjects
Fields
cxx_file_stem: StringStem of the CXX header to include
namespace: StringIdent of the common namespace of the QObjects
qobjects: Vec<GeneratedCppQObject>Generated QObjects
Implementations
sourceimpl GeneratedCppBlocks
impl GeneratedCppBlocks
pub fn from(parser: &Parser) -> Result<GeneratedCppBlocks>
Auto Trait Implementations
impl RefUnwindSafe for GeneratedCppBlocks
impl Send for GeneratedCppBlocks
impl Sync for GeneratedCppBlocks
impl Unpin for GeneratedCppBlocks
impl UnwindSafe for GeneratedCppBlocks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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