Struct std::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 mut self) -> VaList<'a, 'f>
source
pub fn as_va_list(&'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>
sourcefn clone(&self) -> VaListImpl<'f>
source
fn clone(&self) -> VaListImpl<'f>
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl<'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
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
sourceUses borrowed data to replace owned data, usually by cloning. Read more