#[repr(C)]pub struct _ion_reader_context_change_notifier {
pub notify: ION_READER_CONTEXT_CALLBACK,
pub context: *mut c_void,
}Fields§
§notify: ION_READER_CONTEXT_CALLBACKThe function to call upon a change to the reader’s symbol table context.
context: *mut c_voidThe user context to provide as the first argument to notify. May be NULL.
Trait Implementations§
Source§impl Clone for _ion_reader_context_change_notifier
impl Clone for _ion_reader_context_change_notifier
Source§fn clone(&self) -> _ion_reader_context_change_notifier
fn clone(&self) -> _ion_reader_context_change_notifier
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 moreimpl Copy for _ion_reader_context_change_notifier
Auto Trait Implementations§
impl Freeze for _ion_reader_context_change_notifier
impl RefUnwindSafe for _ion_reader_context_change_notifier
impl !Send for _ion_reader_context_change_notifier
impl !Sync for _ion_reader_context_change_notifier
impl Unpin for _ion_reader_context_change_notifier
impl UnwindSafe for _ion_reader_context_change_notifier
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