Struct IADsPropertyEntry_Vtbl
#[repr(C)]pub struct IADsPropertyEntry_Vtbl {
pub base__: IDispatch_Vtbl,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ADsType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetADsType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub ControlCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetControlCode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Values: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetValues: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ADsType: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetADsType: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§ControlCode: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetControlCode: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Values: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetValues: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
Implementations§
§impl IADsPropertyEntry_Vtbl
impl IADsPropertyEntry_Vtbl
pub const fn new<Identity: IADsPropertyEntry_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IADsPropertyEntry_Vtbl
impl RefUnwindSafe for IADsPropertyEntry_Vtbl
impl Send for IADsPropertyEntry_Vtbl
impl Sync for IADsPropertyEntry_Vtbl
impl Unpin for IADsPropertyEntry_Vtbl
impl UnwindSafe for IADsPropertyEntry_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