Struct frida_sys::_GParamSpecString
source · [−]#[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
sourceimpl _GParamSpecString
impl _GParamSpecString
pub fn null_fold_if_empty(&self) -> guint
pub fn set_null_fold_if_empty(&mut self, val: guint)
pub fn ensure_non_null(&self) -> guint
pub fn set_ensure_non_null(&mut self, val: guint)
pub fn new_bitfield_1(
null_fold_if_empty: guint,
ensure_non_null: guint
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations
sourceimpl Clone for _GParamSpecString
impl Clone for _GParamSpecString
sourcefn clone(&self) -> _GParamSpecString
fn clone(&self) -> _GParamSpecString
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _GParamSpecString
impl Debug for _GParamSpecString
impl Copy for _GParamSpecString
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more