pub enum VaList {}Expand description
Equivalent to C’s va_list type. Enable the nightly feature and compile with
the nightly compiler to make this an alias of core::ffi::VaList. Otherwise,
this type can’t be instantiated.
Auto Trait Implementations§
impl Freeze for VaList
impl RefUnwindSafe for VaList
impl Send for VaList
impl Sync for VaList
impl Unpin for VaList
impl UnwindSafe for VaList
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