Struct syn::Variadic [−][src]
The variadic argument of a foreign function.
extern "C" { fn printf(format: *const c_char, ...) -> c_int; // ^^^ }
This type is available only if Syn is built with the "derive"
or "full"
feature.
Fields
attrs: Vec<Attribute>
dots: Dot3
Trait Implementations
impl Clone for Variadic
[src]
impl Clone for Variadic
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for Variadic
[src]
impl ToTokens for Variadic
[src]