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: ItemModThe module which unknown (eg CXX) blocks are stored into
cxx_qt_data: ParsedCxxQtDataAny CXX-Qt data that needs generation later
cxx_file_stem: StringThe 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
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