#[repr(C)]pub struct _xmlEnumeration {
pub next: *mut _xmlEnumeration,
pub name: *const xmlChar,
}
Fields§
§next: *mut _xmlEnumeration
§name: *const xmlChar
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 · 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 _xmlEnumeration
impl Debug for _xmlEnumeration
impl Copy for _xmlEnumeration
Auto Trait Implementations§
impl Freeze for _xmlEnumeration
impl RefUnwindSafe for _xmlEnumeration
impl !Send for _xmlEnumeration
impl !Sync for _xmlEnumeration
impl Unpin 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