Struct libxml::bindings::_xlinkHandler[][src]

#[repr(C)]
pub struct _xlinkHandler { pub simple: xlinkSimpleLinkFunk, pub extended: xlinkExtendedLinkFunk, pub set: xlinkExtendedLinkSetFunk, }

Fields

Trait Implementations

impl Copy for _xlinkHandler
[src]

impl Clone for _xlinkHandler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations