pub type xmlSchemaTypeLink = _xmlSchemaTypeLink;Aliased Type§
#[repr(C)]pub struct xmlSchemaTypeLink {
pub next: *mut _xmlSchemaTypeLink,
pub type_: *mut _xmlSchemaType,
}Fields§
§next: *mut _xmlSchemaTypeLink§type_: *mut _xmlSchemaType