#[repr(C)]pub struct IAccPropServerVtbl {
pub parent: IUnknownVtbl,
pub GetPropValue: unsafe extern "system" fn(This: *mut IAccPropServer, pIDString: *const BYTE, dwIDStringLen: DWORD, idProp: MSAAPROPID, pvarValue: VARIANT, pfHasProp: *mut BOOL) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§GetPropValue: unsafe extern "system" fn(This: *mut IAccPropServer, pIDString: *const BYTE, dwIDStringLen: DWORD, idProp: MSAAPROPID, pvarValue: VARIANT, pfHasProp: *mut BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for IAccPropServerVtbl
impl RefUnwindSafe for IAccPropServerVtbl
impl Send for IAccPropServerVtbl
impl Sync for IAccPropServerVtbl
impl Unpin for IAccPropServerVtbl
impl UnwindSafe for IAccPropServerVtbl
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