Struct windows::Win32::Graphics::Direct2D::ID2D1Properties_Vtbl
#[repr(C)]pub struct ID2D1Properties_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPropertyCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetPropertyName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32) -> HRESULT,
pub GetPropertyNameLength: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32,
pub GetType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> D2D1_PROPERTY_TYPE,
pub GetPropertyIndex: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> u32,
pub SetValueByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_PROPERTY_TYPE, _: *const u8, _: u32) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: D2D1_PROPERTY_TYPE, _: *const u8, _: u32) -> HRESULT,
pub GetValueByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_PROPERTY_TYPE, _: *mut u8, _: u32) -> HRESULT,
pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: D2D1_PROPERTY_TYPE, _: *mut u8, _: u32) -> HRESULT,
pub GetValueSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32,
pub GetSubProperties: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPropertyCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetPropertyName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32) -> HRESULT
§GetPropertyNameLength: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32
§GetType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> D2D1_PROPERTY_TYPE
§GetPropertyIndex: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> u32
§SetValueByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_PROPERTY_TYPE, _: *const u8, _: u32) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: D2D1_PROPERTY_TYPE, _: *const u8, _: u32) -> HRESULT
§GetValueByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: D2D1_PROPERTY_TYPE, _: *mut u8, _: u32) -> HRESULT
§GetValue: unsafe extern "system" fn(_: *mut c_void, _: u32, _: D2D1_PROPERTY_TYPE, _: *mut u8, _: u32) -> HRESULT
§GetValueSize: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32
§GetSubProperties: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ID2D1Properties_Vtbl
impl ID2D1Properties_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ID2D1Properties_Vtblwhere
Identity: ID2D1Properties_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ID2D1Properties_Vtbl
impl RefUnwindSafe for ID2D1Properties_Vtbl
impl Send for ID2D1Properties_Vtbl
impl Sync for ID2D1Properties_Vtbl
impl Unpin for ID2D1Properties_Vtbl
impl UnwindSafe for ID2D1Properties_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