#[repr(C)]pub struct _xmlElementContent {
pub type_: xmlElementContentType,
pub ocur: xmlElementContentOccur,
pub name: *const xmlChar,
pub c1: *mut _xmlElementContent,
pub c2: *mut _xmlElementContent,
pub parent: *mut _xmlElementContent,
pub prefix: *const xmlChar,
}
Fields§
§type_: xmlElementContentType
§ocur: xmlElementContentOccur
§name: *const xmlChar
§c1: *mut _xmlElementContent
§c2: *mut _xmlElementContent
§parent: *mut _xmlElementContent
§prefix: *const xmlChar
Trait Implementations§
Source§impl Clone for _xmlElementContent
impl Clone for _xmlElementContent
Source§fn clone(&self) -> _xmlElementContent
fn clone(&self) -> _xmlElementContent
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _xmlElementContent
impl Debug for _xmlElementContent
impl Copy for _xmlElementContent
Auto Trait Implementations§
impl Freeze for _xmlElementContent
impl RefUnwindSafe for _xmlElementContent
impl !Send for _xmlElementContent
impl !Sync for _xmlElementContent
impl Unpin for _xmlElementContent
impl UnwindSafe for _xmlElementContent
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