#[repr(C)]pub struct _xmlNodeSet {
pub nodeNr: c_int,
pub nodeMax: c_int,
pub nodeTab: *mut *mut _xmlNode,
}Expand description
XPath node set.
Fields§
§nodeNr: c_int§nodeMax: c_int§nodeTab: *mut *mut _xmlNodeAuto Trait Implementations§
impl !Send for _xmlNodeSet
impl !Sync for _xmlNodeSet
impl Freeze for _xmlNodeSet
impl RefUnwindSafe for _xmlNodeSet
impl Unpin for _xmlNodeSet
impl UnsafeUnpin for _xmlNodeSet
impl UnwindSafe for _xmlNodeSet
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