#[repr(C)]pub struct _xmlDOMWrapCtxt {
pub _private: *mut c_void,
pub type_: c_int,
pub namespaceMap: *mut c_void,
pub getNsForNodeFunc: xmlDOMWrapAcquireNsFunction,
}Fields§
§_private: *mut c_void§type_: c_int§namespaceMap: *mut c_void§getNsForNodeFunc: xmlDOMWrapAcquireNsFunctionTrait Implementations§
Source§impl Clone for _xmlDOMWrapCtxt
impl Clone for _xmlDOMWrapCtxt
Source§fn clone(&self) -> _xmlDOMWrapCtxt
fn clone(&self) -> _xmlDOMWrapCtxt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _xmlDOMWrapCtxt
impl Debug for _xmlDOMWrapCtxt
impl Copy for _xmlDOMWrapCtxt
Auto Trait Implementations§
impl Freeze for _xmlDOMWrapCtxt
impl RefUnwindSafe for _xmlDOMWrapCtxt
impl !Send for _xmlDOMWrapCtxt
impl !Sync for _xmlDOMWrapCtxt
impl Unpin for _xmlDOMWrapCtxt
impl UnwindSafe for _xmlDOMWrapCtxt
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