#[repr(C)]pub struct _xmlEnumeration {
pub next: *mut _xmlEnumeration,
pub name: *const xmlChar,
}Expand description
Enumeration value for attribute declarations.
Fields§
§next: *mut _xmlEnumeration§name: *const xmlCharAuto 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