Struct frida_gum_sys::_GParamSpecString[][src]

#[repr(C)]pub struct _GParamSpecString {
    pub parent_instance: GParamSpec,
    pub default_value: *mut gchar,
    pub cset_first: *mut gchar,
    pub cset_nth: *mut gchar,
    pub substitutor: gchar,
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
    pub __bindgen_padding_0: [u16; 3],
}

Fields

parent_instance: GParamSpecdefault_value: *mut gcharcset_first: *mut gcharcset_nth: *mut gcharsubstitutor: gchar_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>__bindgen_padding_0: [u16; 3]

Implementations

impl _GParamSpecString[src]

pub fn null_fold_if_empty(&self) -> guint[src]

pub fn set_null_fold_if_empty(&mut self, val: guint)[src]

pub fn ensure_non_null(&self) -> guint[src]

pub fn set_ensure_non_null(&mut self, val: guint)[src]

pub fn new_bitfield_1(
    null_fold_if_empty: guint,
    ensure_non_null: guint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]

Trait Implementations

impl Clone for _GParamSpecString[src]

impl Copy for _GParamSpecString[src]

impl Debug for _GParamSpecString[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.