#[repr(C)]pub struct XmlTextReaderLocator {
pub reader: *mut XmlTextReader,
}Expand description
Opaque locator passed to the reader error handler (upstream
xmlTextReaderLocator).
Fields§
§reader: *mut XmlTextReaderAuto Trait Implementations§
impl !Send for XmlTextReaderLocator
impl !Sync for XmlTextReaderLocator
impl Freeze for XmlTextReaderLocator
impl RefUnwindSafe for XmlTextReaderLocator
impl Unpin for XmlTextReaderLocator
impl UnsafeUnpin for XmlTextReaderLocator
impl UnwindSafe for XmlTextReaderLocator
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