Struct windows::Data::Xml::Dom::IXmlLoadSettings_Vtbl
#[repr(C)]pub struct IXmlLoadSettings_Vtbl {
pub base__: IInspectable_Vtbl,
pub MaxElementDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetMaxElementDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ProhibitDtd: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetProhibitDtd: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ResolveExternals: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetResolveExternals: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ValidateOnParse: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetValidateOnParse: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub ElementContentWhiteSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetElementContentWhiteSpace: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MaxElementDepth: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetMaxElementDepth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ProhibitDtd: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetProhibitDtd: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ResolveExternals: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetResolveExternals: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ValidateOnParse: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetValidateOnParse: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§ElementContentWhiteSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetElementContentWhiteSpace: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IXmlLoadSettings_Vtbl
impl RefUnwindSafe for IXmlLoadSettings_Vtbl
impl Send for IXmlLoadSettings_Vtbl
impl Sync for IXmlLoadSettings_Vtbl
impl Unpin for IXmlLoadSettings_Vtbl
impl UnwindSafe for IXmlLoadSettings_Vtbl
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