Struct rustc_ast_lowering::GenericArgsCtor
source · pub(crate) struct GenericArgsCtor<'hir> {
pub(crate) args: SmallVec<[GenericArg<'hir>; 4]>,
pub(crate) bindings: &'hir [TypeBinding<'hir>],
pub(crate) parenthesized: GenericArgsParentheses,
pub(crate) span: Span,
}
Expand description
Helper struct for delayed construction of GenericArgs.
Fields§
§args: SmallVec<[GenericArg<'hir>; 4]>
§bindings: &'hir [TypeBinding<'hir>]
§parenthesized: GenericArgsParentheses
§span: Span
Implementations§
source§impl<'hir> GenericArgsCtor<'hir>
impl<'hir> GenericArgsCtor<'hir>
pub(crate) fn push_constness( &mut self, lcx: &mut LoweringContext<'_, 'hir>, constness: Const )
pub(crate) fn is_empty(&self) -> bool
pub(crate) fn into_generic_args( self, this: &LoweringContext<'_, 'hir> ) -> &'hir GenericArgs<'hir>
Auto Trait Implementations§
impl<'hir> RefUnwindSafe for GenericArgsCtor<'hir>
impl<'hir> !Send for GenericArgsCtor<'hir>
impl<'hir> !Sync for GenericArgsCtor<'hir>
impl<'hir> Unpin for GenericArgsCtor<'hir>
impl<'hir> UnwindSafe for GenericArgsCtor<'hir>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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: 168 bytes