Struct rustc_hir::OpaqueTy [−][src]
pub struct OpaqueTy<'hir> {
pub generics: Generics<'hir>,
pub bounds: GenericBounds<'hir>,
pub impl_trait_fn: Option<DefId>,
pub origin: OpaqueTyOrigin,
}
Fields
generics: Generics<'hir>
bounds: GenericBounds<'hir>
impl_trait_fn: Option<DefId>
origin: OpaqueTyOrigin
Trait Implementations
Auto Trait Implementations
impl<'hir> RefUnwindSafe for OpaqueTy<'hir>
impl<'hir> UnwindSafe for OpaqueTy<'hir>
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: 80 bytes