Struct rustc_metadata::rmeta::AssocFnData [−][src]
struct AssocFnData {
fn_data: FnData,
container: AssocContainer,
has_self: bool,
}
Fields
fn_data: FnData
container: AssocContainer
has_self: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AssocFnData
impl !Send for AssocFnData
impl !Sync for AssocFnData
impl Unpin for AssocFnData
impl UnwindSafe for AssocFnData
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes