#[repr(C)]pub struct apr_xml_doc {
pub root: *mut apr_xml_elem,
pub namespaces: *mut apr_array_header_t,
}Expand description
apr_xml_doc: holds a parsed XML document
Fields§
§root: *mut apr_xml_elemroot element
namespaces: *mut apr_array_header_tarray of namespaces used
Trait Implementations§
Source§impl Clone for apr_xml_doc
impl Clone for apr_xml_doc
Source§fn clone(&self) -> apr_xml_doc
fn clone(&self) -> apr_xml_doc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for apr_xml_doc
impl Debug for apr_xml_doc
impl Copy for apr_xml_doc
Auto Trait Implementations§
impl Freeze for apr_xml_doc
impl RefUnwindSafe for apr_xml_doc
impl !Send for apr_xml_doc
impl !Sync for apr_xml_doc
impl Unpin for apr_xml_doc
impl UnsafeUnpin for apr_xml_doc
impl UnwindSafe for apr_xml_doc
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