#[repr(C)]pub struct _xmlEnumeration {
pub next: *mut _xmlEnumeration,
pub name: *const xmlChar,
}Expand description
List structure used when there is an enumeration in DTDs.
Should be treated as opaque. Accessing members directly is deprecated.
Fields§
§next: *mut _xmlEnumerationnext enumeration
name: *const xmlCharvalue
Trait Implementations§
Source§impl Clone for _xmlEnumeration
impl Clone for _xmlEnumeration
Source§fn clone(&self) -> _xmlEnumeration
fn clone(&self) -> _xmlEnumeration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _xmlEnumeration
Auto Trait Implementations§
impl !Send for _xmlEnumeration
impl !Sync for _xmlEnumeration
impl Freeze for _xmlEnumeration
impl RefUnwindSafe for _xmlEnumeration
impl Unpin for _xmlEnumeration
impl UnsafeUnpin for _xmlEnumeration
impl UnwindSafe for _xmlEnumeration
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