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