pub struct GMarkupParser {
pub start_element: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: *mut *const i8, _: *mut *const i8, _: *mut c_void, _: *mut *mut GError)>,
pub end_element: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: *mut c_void, _: *mut *mut GError)>,
pub text: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: usize, _: *mut c_void, _: *mut *mut GError)>,
pub passthrough: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: usize, _: *mut c_void, _: *mut *mut GError)>,
pub error: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *mut GError, _: *mut c_void)>,
}
Fields§
§start_element: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: *mut *const i8, _: *mut *const i8, _: *mut c_void, _: *mut *mut GError)>
§end_element: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: *mut c_void, _: *mut *mut GError)>
§text: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: usize, _: *mut c_void, _: *mut *mut GError)>
§passthrough: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *const i8, _: usize, _: *mut c_void, _: *mut *mut GError)>
§error: Option<unsafe extern "C" fn(_: *mut GMarkupParseContext, _: *mut GError, _: *mut c_void)>
Trait Implementations§
§impl Clone for GMarkupParser
impl Clone for GMarkupParser
§fn clone(&self) -> GMarkupParser
fn clone(&self) -> GMarkupParser
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 more§impl Debug for GMarkupParser
impl Debug for GMarkupParser
impl Copy for GMarkupParser
Auto Trait Implementations§
impl RefUnwindSafe for GMarkupParser
impl Send for GMarkupParser
impl Sync for GMarkupParser
impl Unpin for GMarkupParser
impl UnwindSafe for GMarkupParser
Blanket Implementations§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.