Struct core::ffi::VaListImpl
source · [−]#[repr(C)]pub struct VaListImpl<'f> { /* private fields */ }
Expand description
x86_64 ABI implementation of a va_list
.
Implementations
sourceimpl<'f> VaListImpl<'f>
impl<'f> VaListImpl<'f>
sourcepub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f>
pub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f>
Convert a VaListImpl
into a VaList
that is binary-compatible with C’s va_list
.
sourceimpl<'f> VaListImpl<'f>
impl<'f> VaListImpl<'f>
Trait Implementations
sourceimpl<'f> Clone for VaListImpl<'f>
impl<'f> Clone for VaListImpl<'f>
sourceimpl<'f> Debug for VaListImpl<'f>
impl<'f> Debug for VaListImpl<'f>
Auto Trait Implementations
impl<'f> RefUnwindSafe for VaListImpl<'f>
impl<'f> !Send for VaListImpl<'f>
impl<'f> !Sync for VaListImpl<'f>
impl<'f> Unpin for VaListImpl<'f>
impl<'f> !UnwindSafe for VaListImpl<'f>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more