#[repr(C)]pub struct varattrib_4b__bindgen_ty_2 {
pub va_header: uint32,
pub va_tcinfo: uint32,
pub va_data: __IncompleteArrayField<c_char>,
}
Fields§
§va_header: uint32
§va_tcinfo: uint32
§va_data: __IncompleteArrayField<c_char>
Trait Implementations§
Source§impl Debug for varattrib_4b__bindgen_ty_2
impl Debug for varattrib_4b__bindgen_ty_2
Source§impl Default for varattrib_4b__bindgen_ty_2
impl Default for varattrib_4b__bindgen_ty_2
Source§fn default() -> varattrib_4b__bindgen_ty_2
fn default() -> varattrib_4b__bindgen_ty_2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for varattrib_4b__bindgen_ty_2
impl RefUnwindSafe for varattrib_4b__bindgen_ty_2
impl Send for varattrib_4b__bindgen_ty_2
impl Sync for varattrib_4b__bindgen_ty_2
impl Unpin for varattrib_4b__bindgen_ty_2
impl UnwindSafe for varattrib_4b__bindgen_ty_2
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