#[repr(C)]pub struct _xsltExtFunction {
pub next: *mut _xsltExtFunction,
pub name: *mut xmlChar,
pub ns: *mut xmlChar,
pub func: *mut c_void,
}Expand description
A registered extension function.
Fields§
§next: *mut _xsltExtFunction§name: *mut xmlChar§ns: *mut xmlChar§func: *mut c_voidAuto Trait Implementations§
impl !Send for _xsltExtFunction
impl !Sync for _xsltExtFunction
impl Freeze for _xsltExtFunction
impl RefUnwindSafe for _xsltExtFunction
impl Unpin for _xsltExtFunction
impl UnsafeUnpin for _xsltExtFunction
impl UnwindSafe for _xsltExtFunction
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