pub struct AsdfEvent { /* private fields */ }Expand description
A parser event. Opaque to C.
The type sits first so that code built against upstream’s internal header – which is how its own test suite reads events – sees it where it expects.
Trait Implementations§
Auto Trait Implementations§
impl !Send for AsdfEvent
impl !Sync for AsdfEvent
impl Freeze for AsdfEvent
impl RefUnwindSafe for AsdfEvent
impl Unpin for AsdfEvent
impl UnsafeUnpin for AsdfEvent
impl UnwindSafe for AsdfEvent
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