Struct aravis_sys::ArvDomNodeClass[][src]

#[repr(C)]
pub struct ArvDomNodeClass { pub parent_class: GObjectClass, pub get_node_name: Option<unsafe extern "C" fn(_: *mut ArvDomNode) -> *const c_char>, pub get_node_value: Option<unsafe extern "C" fn(_: *mut ArvDomNode) -> *const c_char>, pub set_node_value: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *const c_char)>, pub get_node_type: Option<unsafe extern "C" fn(_: *mut ArvDomNode) -> ArvDomNodeType>, pub can_append_child: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode) -> gboolean>, pub post_new_child: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode)>, pub pre_remove_child: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode)>, pub changed: Option<unsafe extern "C" fn(_: *mut ArvDomNode)>, pub child_changed: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode) -> gboolean>, }

Fields

parent_class: GObjectClassget_node_name: Option<unsafe extern "C" fn(_: *mut ArvDomNode) -> *const c_char>get_node_value: Option<unsafe extern "C" fn(_: *mut ArvDomNode) -> *const c_char>set_node_value: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *const c_char)>get_node_type: Option<unsafe extern "C" fn(_: *mut ArvDomNode) -> ArvDomNodeType>can_append_child: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode) -> gboolean>post_new_child: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode)>pre_remove_child: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode)>changed: Option<unsafe extern "C" fn(_: *mut ArvDomNode)>child_changed: Option<unsafe extern "C" fn(_: *mut ArvDomNode, _: *mut ArvDomNode) -> gboolean>

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.