#[repr(C)]pub struct _xmlShellCtxt {
pub filename: *mut c_char,
pub doc: xmlDocPtr,
pub node: xmlNodePtr,
pub pctxt: xmlXPathContextPtr,
pub loaded: c_int,
pub output: *mut FILE,
pub input: xmlShellReadlineFunc,
}Fields§
§filename: *mut c_char§doc: xmlDocPtr§node: xmlNodePtr§pctxt: xmlXPathContextPtr§loaded: c_int§output: *mut FILE§input: xmlShellReadlineFuncTrait Implementations§
Source§impl Clone for _xmlShellCtxt
impl Clone for _xmlShellCtxt
Source§fn clone(&self) -> _xmlShellCtxt
fn clone(&self) -> _xmlShellCtxt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _xmlShellCtxt
impl Debug for _xmlShellCtxt
impl Copy for _xmlShellCtxt
Auto Trait Implementations§
impl Freeze for _xmlShellCtxt
impl RefUnwindSafe for _xmlShellCtxt
impl !Send for _xmlShellCtxt
impl !Sync for _xmlShellCtxt
impl Unpin for _xmlShellCtxt
impl UnwindSafe for _xmlShellCtxt
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