#[repr(C)]pub struct ParseCallbackState {
pub pstate: *mut ParseState,
pub location: c_int,
pub errcallback: ErrorContextCallback,
}Fields§
§pstate: *mut ParseState§location: c_int§errcallback: ErrorContextCallbackTrait Implementations§
Source§impl Clone for ParseCallbackState
impl Clone for ParseCallbackState
Source§fn clone(&self) -> ParseCallbackState
fn clone(&self) -> ParseCallbackState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParseCallbackState
Source§impl Debug for ParseCallbackState
impl Debug for ParseCallbackState
Auto Trait Implementations§
impl !Send for ParseCallbackState
impl !Sync for ParseCallbackState
impl Freeze for ParseCallbackState
impl RefUnwindSafe for ParseCallbackState
impl Unpin for ParseCallbackState
impl UnsafeUnpin 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