pub struct CppType {
pub path: CppPath,
pub generic_args: Vec<CppType>,
}Fields§
§path: CppPath§generic_args: Vec<CppType>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CppType
impl RefUnwindSafe for CppType
impl Send for CppType
impl Sync for CppType
impl Unpin for CppType
impl UnwindSafe for CppType
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