Struct cxx_qt_gen::Parser
source · pub struct Parser {
pub passthrough_module: ItemMod,
pub cxx_qt_data: ParsedCxxQtData,
pub cxx_file_stem: String,
}
Expand description
Fields§
§passthrough_module: ItemMod
The module which unknown (eg CXX) blocks are stored into
cxx_qt_data: ParsedCxxQtData
Any CXX-Qt data that needs generation later
cxx_file_stem: String
The stem of the file that the CXX headers for this module will be generated into
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Parser
impl !Send for Parser
impl !Sync for Parser
impl Unpin for Parser
impl UnwindSafe for Parser
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