pub struct CppTraitMethod {
pub name: String,
pub rust_link_name: String,
pub inputs: Vec<CppType>,
pub output: CppType,
}Fields§
§name: String§rust_link_name: String§inputs: Vec<CppType>§output: CppTypeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CppTraitMethod
impl RefUnwindSafe for CppTraitMethod
impl Send for CppTraitMethod
impl Sync for CppTraitMethod
impl Unpin for CppTraitMethod
impl UnwindSafe for CppTraitMethod
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