Struct IKsPropertySet_Vtbl
#[repr(C)]pub struct IKsPropertySet_Vtbl {
pub base__: IUnknown_Vtbl,
pub Set: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void, _: u32, _: *const c_void, _: u32) -> HRESULT,
pub Get: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void, _: u32, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub QuerySupported: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Set: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void, _: u32, _: *const c_void, _: u32) -> HRESULT
§Get: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *const c_void, _: u32, _: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§QuerySupported: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *mut u32) -> HRESULT
Implementations§
§impl IKsPropertySet_Vtbl
impl IKsPropertySet_Vtbl
pub const fn new<Identity: IKsPropertySet_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IKsPropertySet_Vtbl
impl RefUnwindSafe for IKsPropertySet_Vtbl
impl Send for IKsPropertySet_Vtbl
impl Sync for IKsPropertySet_Vtbl
impl Unpin for IKsPropertySet_Vtbl
impl UnwindSafe for IKsPropertySet_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