#[repr(C)]pub struct _GTokenValue {Show 13 fields
pub v_symbol: __BindgenUnionField<gpointer>,
pub v_identifier: __BindgenUnionField<*mut gchar>,
pub v_binary: __BindgenUnionField<gulong>,
pub v_octal: __BindgenUnionField<gulong>,
pub v_int: __BindgenUnionField<gulong>,
pub v_int64: __BindgenUnionField<guint64>,
pub v_float: __BindgenUnionField<gdouble>,
pub v_hex: __BindgenUnionField<gulong>,
pub v_string: __BindgenUnionField<*mut gchar>,
pub v_comment: __BindgenUnionField<*mut gchar>,
pub v_char: __BindgenUnionField<guchar>,
pub v_error: __BindgenUnionField<guint>,
pub bindgen_union_field: u64,
}Fields§
§v_symbol: __BindgenUnionField<gpointer>§v_identifier: __BindgenUnionField<*mut gchar>§v_binary: __BindgenUnionField<gulong>§v_octal: __BindgenUnionField<gulong>§v_int: __BindgenUnionField<gulong>§v_int64: __BindgenUnionField<guint64>§v_float: __BindgenUnionField<gdouble>§v_hex: __BindgenUnionField<gulong>§v_string: __BindgenUnionField<*mut gchar>§v_comment: __BindgenUnionField<*mut gchar>§v_char: __BindgenUnionField<guchar>§v_error: __BindgenUnionField<guint>§bindgen_union_field: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for _GTokenValue
impl RefUnwindSafe for _GTokenValue
impl !Send for _GTokenValue
impl !Sync for _GTokenValue
impl Unpin for _GTokenValue
impl UnwindSafe for _GTokenValue
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