#[repr(C)]pub struct _xmlXPathFunct {
pub name: *const xmlChar,
pub func: xmlXPathEvalFunc,
}
Fields§
§name: *const xmlChar
§func: xmlXPathEvalFunc
Trait Implementations§
Source§impl Clone for _xmlXPathFunct
impl Clone for _xmlXPathFunct
Source§fn clone(&self) -> _xmlXPathFunct
fn clone(&self) -> _xmlXPathFunct
Returns a copy 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 _xmlXPathFunct
impl Debug for _xmlXPathFunct
impl Copy for _xmlXPathFunct
Auto Trait Implementations§
impl Freeze for _xmlXPathFunct
impl RefUnwindSafe for _xmlXPathFunct
impl !Send for _xmlXPathFunct
impl !Sync for _xmlXPathFunct
impl Unpin for _xmlXPathFunct
impl UnwindSafe for _xmlXPathFunct
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