#[repr(C)]pub struct _xmlSAXLocator {
pub getPublicId: Option<unsafe extern "C" fn(ctx: *mut c_void) -> *const xmlChar>,
pub getSystemId: Option<unsafe extern "C" fn(ctx: *mut c_void) -> *const xmlChar>,
pub getLineNumber: Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>,
pub getColumnNumber: Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>,
}Fields§
§getPublicId: Option<unsafe extern "C" fn(ctx: *mut c_void) -> *const xmlChar>§getSystemId: Option<unsafe extern "C" fn(ctx: *mut c_void) -> *const xmlChar>§getLineNumber: Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>§getColumnNumber: Option<unsafe extern "C" fn(ctx: *mut c_void) -> c_int>Trait Implementations§
Source§impl Clone for _xmlSAXLocator
impl Clone for _xmlSAXLocator
Source§fn clone(&self) -> _xmlSAXLocator
fn clone(&self) -> _xmlSAXLocator
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 _xmlSAXLocator
impl Debug for _xmlSAXLocator
impl Copy for _xmlSAXLocator
Auto Trait Implementations§
impl Freeze for _xmlSAXLocator
impl RefUnwindSafe for _xmlSAXLocator
impl Send for _xmlSAXLocator
impl Sync for _xmlSAXLocator
impl Unpin for _xmlSAXLocator
impl UnwindSafe for _xmlSAXLocator
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