Struct rustdoc::clean::BareFunctionDecl
[−]
[src]
pub struct BareFunctionDecl { pub unsafety: Unsafety, pub generics: Generics, pub decl: FnDecl, pub abi: Abi, }
Unstable (
rustdoc
)Fields
unsafety: Unsafety
Unstable (
rustdoc
)generics: Generics
Unstable (
rustdoc
)decl: FnDecl
Unstable (
rustdoc
)abi: Abi
Unstable (
rustdoc
)Trait Implementations
Derived Implementations
impl Debug for BareFunctionDecl
[src]
impl PartialEq for BareFunctionDecl
[src]
fn eq(&self, __arg_0: &BareFunctionDecl) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BareFunctionDecl) -> bool
This method tests for !=
.
impl Decodable for BareFunctionDecl
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<BareFunctionDecl, __D::Error>
impl Encodable for BareFunctionDecl
[src]
impl Clone for BareFunctionDecl
[src]
fn clone(&self) -> BareFunctionDecl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more