Struct libxml::bindings::_xmlSchemaTypeLink[][src]

#[repr(C)]
pub struct _xmlSchemaTypeLink { pub next: *mut _xmlSchemaTypeLink, pub type_: xmlSchemaTypePtr, }

Fields

Trait Implementations

impl Debug for _xmlSchemaTypeLink
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlSchemaTypeLink
[src]

impl Clone for _xmlSchemaTypeLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations