xmlNotation

Type Alias xmlNotation 

Source
pub type xmlNotation = _xmlNotation;

Aliased Type§

#[repr(C)]
pub struct xmlNotation { pub name: *const u8, pub PublicID: *const u8, pub SystemID: *const u8, }

Fields§

§name: *const u8§PublicID: *const u8§SystemID: *const u8