Struct aravis_sys::ArvGcPropertyNode
source · #[repr(C)]pub struct ArvGcPropertyNode {
pub parent_instance: ArvGcNode,
}Fields§
§parent_instance: ArvGcNodeTrait Implementations§
source§impl Clone for ArvGcPropertyNode
impl Clone for ArvGcPropertyNode
source§fn clone(&self) -> ArvGcPropertyNode
fn clone(&self) -> ArvGcPropertyNode
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