pub type xmlSchemaAttributeLink = _xmlSchemaAttributeLink;Aliased Type§
#[repr(C)]pub struct xmlSchemaAttributeLink {
pub next: *mut _xmlSchemaAttributeLink,
pub attr: *mut _xmlSchemaAttribute,
}Fields§
§next: *mut _xmlSchemaAttributeLink§attr: *mut _xmlSchemaAttribute