#[repr(C)]pub struct ParseCallbackState {
pub pstate: *mut ParseState,
pub location: c_int,
pub errcallback: ErrorContextCallback,
}
Fields§
§pstate: *mut ParseState
§location: c_int
§errcallback: ErrorContextCallback
Trait Implementations§
Source§impl Clone for ParseCallbackState
impl Clone for ParseCallbackState
Source§fn clone(&self) -> ParseCallbackState
fn clone(&self) -> ParseCallbackState
Returns a copy 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 ParseCallbackState
impl Debug for ParseCallbackState
Source§impl Default for ParseCallbackState
impl Default for ParseCallbackState
impl Copy for ParseCallbackState
Auto Trait Implementations§
impl Freeze for ParseCallbackState
impl RefUnwindSafe for ParseCallbackState
impl !Send for ParseCallbackState
impl !Sync for ParseCallbackState
impl Unpin for ParseCallbackState
impl UnwindSafe for ParseCallbackState
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