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