Struct Property_Vtbl
#[repr(C)]pub struct Property_Vtbl {
pub base__: IDispatch_Vtbl,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl Property_Vtbl
impl Property_Vtbl
pub const fn new<Identity: Property_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for Property_Vtbl
impl RefUnwindSafe for Property_Vtbl
impl Send for Property_Vtbl
impl Sync for Property_Vtbl
impl Unpin for Property_Vtbl
impl UnwindSafe for Property_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