Struct libxml::bindings::_xmlAutomata[][src]

#[repr(C)]
pub struct _xmlAutomata { /* fields omitted */ }

Trait Implementations

impl Debug for _xmlAutomata
[src]

Formats the value using the given formatter. Read more

impl Copy for _xmlAutomata
[src]

impl Clone for _xmlAutomata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations