Struct libxml::bindings::_xmlSchemaAttributeLink[][src]

#[repr(C)]
pub struct _xmlSchemaAttributeLink { pub next: *mut _xmlSchemaAttributeLink, pub attr: *mut _xmlSchemaAttribute, }

Fields

Trait Implementations

impl Debug for _xmlSchemaAttributeLink
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaAttributeLink
[src]

impl Clone for _xmlSchemaAttributeLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations