Struct frida_sys::_JsonSerializableIface[][src]

#[repr(C)]
pub struct _JsonSerializableIface { pub g_iface: GTypeInterface, pub serialize_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, property_name: *const gchar, value: *const GValue, pspec: *mut GParamSpec) -> *mut JsonNode>, pub deserialize_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, property_name: *const gchar, value: *mut GValue, pspec: *mut GParamSpec, property_node: *mut JsonNode) -> gboolean>, pub find_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, name: *const c_char) -> *mut GParamSpec>, pub list_properties: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, n_pspecs: *mut guint) -> *mut *mut GParamSpec>, pub set_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, pspec: *mut GParamSpec, value: *const GValue)>, pub get_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, pspec: *mut GParamSpec, value: *mut GValue)>, }

Fields

g_iface: GTypeInterfaceserialize_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, property_name: *const gchar, value: *const GValue, pspec: *mut GParamSpec) -> *mut JsonNode>deserialize_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, property_name: *const gchar, value: *mut GValue, pspec: *mut GParamSpec, property_node: *mut JsonNode) -> gboolean>find_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, name: *const c_char) -> *mut GParamSpec>list_properties: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, n_pspecs: *mut guint) -> *mut *mut GParamSpec>set_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, pspec: *mut GParamSpec, value: *const GValue)>get_property: Option<unsafe extern "C" fn(serializable: *mut JsonSerializable, pspec: *mut GParamSpec, value: *mut GValue)>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.