#[repr(C)]pub struct _xmlModule {
pub name: *mut xmlChar,
pub handle: *mut c_void,
}Expand description
Module handle (upstream struct _xmlModule, xmlmodule.c).
Fields§
§name: *mut xmlChar§handle: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl !Send for _xmlModule
impl !Sync for _xmlModule
impl Freeze for _xmlModule
impl RefUnwindSafe for _xmlModule
impl Unpin for _xmlModule
impl UnsafeUnpin for _xmlModule
impl UnwindSafe for _xmlModule
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