#[repr(C)]pub struct __va_list {
pub __ap: *mut c_void,
}Fields§
§__ap: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for __va_list
impl RefUnwindSafe for __va_list
impl !Send for __va_list
impl !Sync for __va_list
impl Unpin for __va_list
impl UnwindSafe for __va_list
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