pub struct Varargs<'tcx, 'a> {
args: &'a [OpTy<'tcx>],
already_gone: usize,
}Expand description
Represents a tail of variadic arguments that have not yet been checked.
Fields§
§args: &'a [OpTy<'tcx>]§already_gone: usizeNumber of variadic arguments that have already been taken, for error messages.
Auto Trait Implementations§
impl<'tcx, 'a> !RefUnwindSafe for Varargs<'tcx, 'a>
impl<'tcx, 'a> !UnwindSafe for Varargs<'tcx, 'a>
impl<'tcx, 'a> DynSend for Varargs<'tcx, 'a>
impl<'tcx, 'a> DynSync for Varargs<'tcx, 'a>
impl<'tcx, 'a> Freeze for Varargs<'tcx, 'a>
impl<'tcx, 'a> Send for Varargs<'tcx, 'a>
impl<'tcx, 'a> Sync for Varargs<'tcx, 'a>
impl<'tcx, 'a> Unpin for Varargs<'tcx, 'a>
impl<'tcx, 'a> UnsafeUnpin for Varargs<'tcx, 'a>
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: 24 bytes