Struct rust_icu_sys::__va_list_tag
source · #[repr(C)]pub struct __va_list_tag {
pub gp_offset: c_uint,
pub fp_offset: c_uint,
pub overflow_arg_area: *mut c_void,
pub reg_save_area: *mut c_void,
}
Fields§
§gp_offset: c_uint
§fp_offset: c_uint
§overflow_arg_area: *mut c_void
§reg_save_area: *mut c_void
Trait Implementations§
source§impl Clone for __va_list_tag
impl Clone for __va_list_tag
source§fn clone(&self) -> __va_list_tag
fn clone(&self) -> __va_list_tag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for __va_list_tag
impl Debug for __va_list_tag
source§impl Default for __va_list_tag
impl Default for __va_list_tag
source§impl Hash for __va_list_tag
impl Hash for __va_list_tag
source§impl PartialEq for __va_list_tag
impl PartialEq for __va_list_tag
source§fn eq(&self, other: &__va_list_tag) -> bool
fn eq(&self, other: &__va_list_tag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for __va_list_tag
impl PartialOrd for __va_list_tag
source§fn partial_cmp(&self, other: &__va_list_tag) -> Option<Ordering>
fn partial_cmp(&self, other: &__va_list_tag) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for __va_list_tag
impl StructuralPartialEq for __va_list_tag
Auto Trait Implementations§
impl Freeze for __va_list_tag
impl RefUnwindSafe for __va_list_tag
impl !Send for __va_list_tag
impl !Sync for __va_list_tag
impl Unpin for __va_list_tag
impl UnwindSafe for __va_list_tag
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)