#[repr(C)]pub struct _xmlDtd {Show 16 fields
pub _private: *mut c_void,
pub type_: xmlElementType,
pub name: *const xmlChar,
pub children: *mut _xmlNode,
pub last: *mut _xmlNode,
pub parent: *mut _xmlDoc,
pub next: *mut _xmlNode,
pub prev: *mut _xmlNode,
pub doc: *mut _xmlDoc,
pub notations: *mut c_void,
pub elements: *mut c_void,
pub attributes: *mut c_void,
pub entities: *mut c_void,
pub ExternalID: *const xmlChar,
pub SystemID: *const xmlChar,
pub pentities: *mut c_void,
}Fields§
§_private: *mut c_void§type_: xmlElementType§name: *const xmlChar§children: *mut _xmlNode§last: *mut _xmlNode§parent: *mut _xmlDoc§next: *mut _xmlNode§prev: *mut _xmlNode§doc: *mut _xmlDoc§notations: *mut c_void§elements: *mut c_void§attributes: *mut c_void§entities: *mut c_void§ExternalID: *const xmlChar§SystemID: *const xmlChar§pentities: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for _xmlDtd
impl RefUnwindSafe for _xmlDtd
impl !Send for _xmlDtd
impl !Sync for _xmlDtd
impl Unpin for _xmlDtd
impl UnwindSafe for _xmlDtd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more