Struct cxx_qt_gen::CppFragmentPair
source · Expand description
A generic C++ header and source pairing
Fields
header: Stringsource: StringAuto Trait Implementations
impl RefUnwindSafe for CppFragmentPair
impl Send for CppFragmentPair
impl Sync for CppFragmentPair
impl Unpin for CppFragmentPair
impl UnwindSafe for CppFragmentPair
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