#[repr(C)]pub struct _xmlElementContent {
pub type_: c_int,
pub ocur: c_int,
pub name: *const xmlChar,
pub c1: *mut _xmlElementContent,
pub c2: *mut _xmlElementContent,
pub parent: *mut _xmlElementContent,
pub prefix: *const xmlChar,
}Expand description
Element content model.
Fields§
§type_: c_int§ocur: c_int§name: *const xmlChar§c1: *mut _xmlElementContent§c2: *mut _xmlElementContent§parent: *mut _xmlElementContent§prefix: *const xmlCharAuto Trait Implementations§
impl !Send for _xmlElementContent
impl !Sync for _xmlElementContent
impl Freeze for _xmlElementContent
impl RefUnwindSafe for _xmlElementContent
impl Unpin for _xmlElementContent
impl UnsafeUnpin 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