Struct core::ffi::VaListImpl
source · [−]#[repr(C)]pub struct VaListImpl<'f> { /* private fields */ }Expand description
x86_64 ABI implementation of a va_list.
Implementations
impl<'f> VaListImpl<'f>
source
impl<'f> VaListImpl<'f>
sourcepub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f>
source
pub fn as_va_list<'a>(&'a mut self) -> VaList<'a, 'f>
sourceConvert a VaListImpl into a VaList that is binary-compatible with C’s va_list.
impl<'f> VaListImpl<'f>
source
impl<'f> VaListImpl<'f>
sourceTrait Implementations
impl<'f> Clone for VaListImpl<'f>
source
impl<'f> Clone for VaListImpl<'f>
sourceimpl<'f> Debug for VaListImpl<'f>
source
impl<'f> Debug for VaListImpl<'f>
sourceAuto 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
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more