pub struct VaList<'a> { /* private fields */ }
Expand description
Rust version of C’s va_list
type from the stdarg.h
header
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for VaList<'a>
impl<'a> RefUnwindSafe for VaList<'a>
impl<'a> !Send for VaList<'a>
impl<'a> !Sync for VaList<'a>
impl<'a> Unpin for VaList<'a>
impl<'a> !UnwindSafe for VaList<'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