pub struct AsdfParser { /* private fields */ }Expand description
A parser handle. Opaque to C.
Trait Implementations§
Source§impl Debug for AsdfParser
impl Debug for AsdfParser
Source§impl Drop for AsdfParser
impl Drop for AsdfParser
Auto Trait Implementations§
impl !Freeze for AsdfParser
impl !Send for AsdfParser
impl !Sync for AsdfParser
impl RefUnwindSafe for AsdfParser
impl Unpin for AsdfParser
impl UnsafeUnpin for AsdfParser
impl UnwindSafe for AsdfParser
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