Struct windows::Win32::Graphics::Direct2D::ID2D1SvgElement_Vtbl
#[repr(C)]pub struct ID2D1SvgElement_Vtbl {Show 31 fields
pub base__: ID2D1Resource_Vtbl,
pub GetDocument: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void),
pub GetTagName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT,
pub GetTagNameLength: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub IsTextContent: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void),
pub HasChildren: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetFirstChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void),
pub GetLastChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void),
pub GetPreviousChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNextChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InsertChildBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AppendChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ReplaceChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateChild: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub IsAttributeSpecified: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> BOOL,
pub GetSpecifiedAttributeCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetSpecifiedAttributeName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32, _: *mut BOOL) -> HRESULT,
pub GetSpecifiedAttributeNameLength: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut BOOL) -> HRESULT,
pub RemoveAttribute: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetTextValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetTextValue: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT,
pub GetTextValueLength: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub SetAttributeValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub SetAttributeValue2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_POD_TYPE, _: *const c_void, _: u32) -> HRESULT,
pub SetAttributeValue3: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_STRING_TYPE, _: PCWSTR) -> HRESULT,
pub GetAttributeValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetAttributeValue2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_POD_TYPE, _: *mut c_void, _: u32) -> HRESULT,
pub GetAttributeValue3: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_STRING_TYPE, _: PWSTR, _: u32) -> HRESULT,
pub GetAttributeValueLength: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_STRING_TYPE, _: *mut u32) -> HRESULT,
}
Fields§
§base__: ID2D1Resource_Vtbl
§GetDocument: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void)
§GetTagName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT
§GetTagNameLength: unsafe extern "system" fn(_: *mut c_void) -> u32
§IsTextContent: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetParent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void)
§HasChildren: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetFirstChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void)
§GetLastChild: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void)
§GetPreviousChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNextChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InsertChildBefore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§AppendChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ReplaceChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateChild: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§IsAttributeSpecified: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut BOOL) -> BOOL
§GetSpecifiedAttributeCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetSpecifiedAttributeName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32, _: *mut BOOL) -> HRESULT
§GetSpecifiedAttributeNameLength: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut BOOL) -> HRESULT
§RemoveAttribute: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetTextValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetTextValue: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: u32) -> HRESULT
§GetTextValueLength: unsafe extern "system" fn(_: *mut c_void) -> u32
§SetAttributeValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut c_void) -> HRESULT
§SetAttributeValue2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_POD_TYPE, _: *const c_void, _: u32) -> HRESULT
§SetAttributeValue3: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_STRING_TYPE, _: PCWSTR) -> HRESULT
§GetAttributeValue: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetAttributeValue2: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_POD_TYPE, _: *mut c_void, _: u32) -> HRESULT
§GetAttributeValue3: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_STRING_TYPE, _: PWSTR, _: u32) -> HRESULT
§GetAttributeValueLength: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_SVG_ATTRIBUTE_STRING_TYPE, _: *mut u32) -> HRESULT
Implementations§
§impl ID2D1SvgElement_Vtbl
impl ID2D1SvgElement_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID2D1SvgElement_Vtblwhere
Identity: ID2D1SvgElement_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID2D1SvgElement_Vtbl
impl RefUnwindSafe for ID2D1SvgElement_Vtbl
impl Send for ID2D1SvgElement_Vtbl
impl Sync for ID2D1SvgElement_Vtbl
impl Unpin for ID2D1SvgElement_Vtbl
impl UnwindSafe for ID2D1SvgElement_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