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