Struct frida_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_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: [u16; 3], }
Fields
parent_instance: GParamSpecdefault_value: *mut gcharcset_first: *mut gcharcset_nth: *mut gcharsubstitutor: gchar_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>__bindgen_padding_0: [u16; 3]Implementations
impl _GParamSpecString[src]
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]>[src]
null_fold_if_empty: guint,
ensure_non_null: guint
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
impl Clone for _GParamSpecString[src]
impl Clone for _GParamSpecString[src]fn clone(&self) -> _GParamSpecString[src]
fn clone(&self) -> _GParamSpecString[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for _GParamSpecString[src]
impl Debug for _GParamSpecString[src]impl Copy for _GParamSpecString[src]
Auto Trait Implementations
impl RefUnwindSafe for _GParamSpecString
impl !Send for _GParamSpecString
impl !Sync for _GParamSpecString
impl Unpin for _GParamSpecString
impl UnwindSafe for _GParamSpecString
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more