#[repr(C)]pub struct CFXMLParserCallBacks {
pub version: CFIndex,
pub createXMLStructure: CFXMLParserCreateXMLStructureCallBack,
pub addChild: CFXMLParserAddChildCallBack,
pub endXMLStructure: CFXMLParserEndXMLStructureCallBack,
pub resolveExternalEntity: CFXMLParserResolveExternalEntityCallBack,
pub handleError: CFXMLParserHandleErrorCallBack,
}Fields§
§version: CFIndex§createXMLStructure: CFXMLParserCreateXMLStructureCallBack§addChild: CFXMLParserAddChildCallBack§endXMLStructure: CFXMLParserEndXMLStructureCallBack§resolveExternalEntity: CFXMLParserResolveExternalEntityCallBack§handleError: CFXMLParserHandleErrorCallBackTrait Implementations§
Source§impl Clone for CFXMLParserCallBacks
impl Clone for CFXMLParserCallBacks
Source§fn clone(&self) -> CFXMLParserCallBacks
fn clone(&self) -> CFXMLParserCallBacks
Returns a duplicate 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 moreSource§impl Debug for CFXMLParserCallBacks
impl Debug for CFXMLParserCallBacks
impl Copy for CFXMLParserCallBacks
Auto Trait Implementations§
impl Freeze for CFXMLParserCallBacks
impl RefUnwindSafe for CFXMLParserCallBacks
impl Send for CFXMLParserCallBacks
impl Sync for CFXMLParserCallBacks
impl Unpin for CFXMLParserCallBacks
impl UnwindSafe for CFXMLParserCallBacks
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