#[repr(C)]pub struct _xmlNs {
pub next: *mut _xmlNs,
pub type_: xmlNsType,
pub href: *const xmlChar,
pub prefix: *const xmlChar,
pub _private: *mut c_void,
pub context: *mut _xmlDoc,
}Fields§
§next: *mut _xmlNs§type_: xmlNsType§href: *const xmlChar§prefix: *const xmlChar§_private: *mut c_void§context: *mut _xmlDocTrait Implementations§
Auto Trait Implementations§
impl Freeze for _xmlNs
impl RefUnwindSafe for _xmlNs
impl !Send for _xmlNs
impl !Sync for _xmlNs
impl Unpin for _xmlNs
impl UnwindSafe for _xmlNs
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