Struct ISyndicationNode_Vtbl
#[repr(C)]pub struct ISyndicationNode_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub NodeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetNodeName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NodeNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetNodeNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetNodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Language: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BaseUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetBaseUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AttributeExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ElementExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetXmlDocument: unsafe extern "system" fn(_: *mut c_void, _: SyndicationFormat, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§NodeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetNodeName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NodeNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetNodeNamespace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetNodeValue: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Language: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§BaseUri: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetBaseUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AttributeExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ElementExtensions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetXmlDocument: unsafe extern "system" fn(_: *mut c_void, _: SyndicationFormat, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISyndicationNode_Vtbl
impl ISyndicationNode_Vtbl
pub const fn new<Identity: ISyndicationNode_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISyndicationNode_Vtbl
impl RefUnwindSafe for ISyndicationNode_Vtbl
impl Send for ISyndicationNode_Vtbl
impl Sync for ISyndicationNode_Vtbl
impl Unpin for ISyndicationNode_Vtbl
impl UnwindSafe for ISyndicationNode_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