Struct cxx_qt_gen::CppObject
source · [−]Expand description
Describes a C++ header and source files of a C++ class
Fields
header: String
The header of the C++ class
source: String
The source of the C++ class
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CppObject
impl Send for CppObject
impl Sync for CppObject
impl Unpin for CppObject
impl UnwindSafe for CppObject
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