Struct IWMPropertyVault_Vtbl
#[repr(C)]pub struct IWMPropertyVault_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPropertyCount: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT,
pub GetPropertyByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut WMT_ATTR_DATATYPE, _: *mut u8, _: *mut u32) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: WMT_ATTR_DATATYPE, _: *const u8, _: u32) -> HRESULT,
pub GetPropertyByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32, _: *mut WMT_ATTR_DATATYPE, _: *mut u8, _: *mut u32) -> HRESULT,
pub CopyPropertiesFrom: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPropertyCount: unsafe extern "system" fn(_: *mut c_void, _: *const u32) -> HRESULT
§GetPropertyByName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut WMT_ATTR_DATATYPE, _: *mut u8, _: *mut u32) -> HRESULT
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: WMT_ATTR_DATATYPE, _: *const u8, _: u32) -> HRESULT
§GetPropertyByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: *mut u32, _: *mut WMT_ATTR_DATATYPE, _: *mut u8, _: *mut u32) -> HRESULT
§CopyPropertiesFrom: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMPropertyVault_Vtbl
impl IWMPropertyVault_Vtbl
pub const fn new<Identity: IWMPropertyVault_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPropertyVault_Vtbl
impl RefUnwindSafe for IWMPropertyVault_Vtbl
impl Send for IWMPropertyVault_Vtbl
impl Sync for IWMPropertyVault_Vtbl
impl Unpin for IWMPropertyVault_Vtbl
impl UnwindSafe for IWMPropertyVault_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