#[repr(C)]pub struct _xsltKeyDef {
pub next: *mut _xsltKeyDef,
pub inst: *mut _xmlNode,
pub name: *mut xmlChar,
pub nameURI: *mut xmlChar,
pub match: *mut xmlChar,
pub use: *mut xmlChar,
pub comp: *mut c_void,
pub usecomp: *mut c_void,
pub nsList: *mut *mut _xmlNs,
pub nsNr: c_int,
}Expand description
Fields§
§next: *mut _xsltKeyDef§inst: *mut _xmlNode§name: *mut xmlChar§nameURI: *mut xmlChar§match: *mut xmlChar§use: *mut xmlChar§comp: *mut c_void§usecomp: *mut c_void§nsList: *mut *mut _xmlNs§nsNr: c_intAuto Trait Implementations§
impl !Send for _xsltKeyDef
impl !Sync for _xsltKeyDef
impl Freeze for _xsltKeyDef
impl RefUnwindSafe for _xsltKeyDef
impl Unpin for _xsltKeyDef
impl UnsafeUnpin for _xsltKeyDef
impl UnwindSafe for _xsltKeyDef
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