[][src]Struct libxslt::bindings::_xmlXPathContext

#[repr(C)]
pub struct _xmlXPathContext { pub doc: *mut _xmlDoc, pub node: *mut _xmlNode, pub nb_variables_unused: i32, pub max_variables_unused: i32, pub varHash: *mut _xmlHashTable, pub nb_types: i32, pub max_types: i32, pub types: *mut _xmlXPathType, pub nb_funcs_unused: i32, pub max_funcs_unused: i32, pub funcHash: *mut _xmlHashTable, pub nb_axis: i32, pub max_axis: i32, pub axis: *mut _xmlXPathAxis, pub namespaces: *mut *mut _xmlNs, pub nsNr: i32, pub user: *mut c_void, pub contextSize: i32, pub proximityPosition: i32, pub xptr: i32, pub here: *mut _xmlNode, pub origin: *mut _xmlNode, pub nsHash: *mut _xmlHashTable, pub varLookupFunc: Option<unsafe extern "C" fn(*mut c_void, *const u8, *const u8) -> *mut _xmlXPathObject>, pub varLookupData: *mut c_void, pub extra: *mut c_void, pub function: *const u8, pub functionURI: *const u8, pub funcLookupFunc: Option<unsafe extern "C" fn(*mut c_void, *const u8, *const u8) -> Option<unsafe extern "C" fn(*mut _xmlXPathParserContext, i32)>>, pub funcLookupData: *mut c_void, pub tmpNsList: *mut *mut _xmlNs, pub tmpNsNr: i32, pub userData: *mut c_void, pub error: Option<unsafe fn(*mut c_void, *mut _xmlError)>, pub lastError: _xmlError, pub debugNode: *mut _xmlNode, pub dict: *mut _xmlDict, pub flags: i32, pub cache: *mut c_void, }

xmlXPathContext:

Expression evaluation occurs with respect to a context. he context consists of:

Fields

Trait Implementations

impl Clone for _xmlXPathContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for _xmlXPathContext
[src]

impl Debug for _xmlXPathContext
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for _xmlXPathContext

impl !Sync for _xmlXPathContext

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> ToOwned for T where
    T: Clone
[src]

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more