Struct cxx_qt_gen::CppObject 
source · [−]Expand description
Describes a C++ header and source files of a C++ class
Fields
header: StringThe header of the C++ class
source: StringThe 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
 
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more