Struct rusty_bind_parser::binding_types::ExternFunction
source · pub struct ExternFunction {
pub arguments: Vec<WrapperType>,
pub return_type: Option<WrapperType>,
pub name: String,
pub tokens: TokenStream,
}Fields§
§arguments: Vec<WrapperType>§return_type: Option<WrapperType>§name: String§tokens: TokenStreamTrait Implementations§
source§impl Clone for ExternFunction
impl Clone for ExternFunction
source§fn clone(&self) -> ExternFunction
fn clone(&self) -> ExternFunction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more