Struct frida_sys::_GParamSpecUnichar
source · #[repr(C)]pub struct _GParamSpecUnichar {
pub parent_instance: GParamSpec,
pub default_value: gunichar,
}Fields§
§parent_instance: GParamSpec§default_value: gunicharTrait Implementations§
source§impl Clone for _GParamSpecUnichar
impl Clone for _GParamSpecUnichar
source§fn clone(&self) -> _GParamSpecUnichar
fn clone(&self) -> _GParamSpecUnichar
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more