Struct yrs::YXmlAttr[][src]

#[repr(C)]
pub struct YXmlAttr { pub name: *const c_char, pub value: *const c_char, }
Expand description

A structure representing single attribute of an either YXmlElement or YXmlText instance. It consists of attribute name and string, both of which are null-terminated UTF-8 strings.

Fields

name: *const c_charvalue: *const c_char

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.