Expand description
A structure representing single attribute of an either YXmlElement or YXmlText instance.
It consists of attribute name and string, both of which are null-terminated UTF-8 strings.
Fields
name: *const c_charvalue: *const c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for YXmlAttr
impl !Send for YXmlAttr
impl !Sync for YXmlAttr
impl Unpin for YXmlAttr
impl UnwindSafe for YXmlAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more