#[repr(C)]pub struct IAccPropServer {
pub lpVtbl: *const IAccPropServerVtbl,
}
Fields§
§lpVtbl: *const IAccPropServerVtbl
Implementations§
Source§impl IAccPropServer
impl IAccPropServer
pub unsafe fn GetPropValue( &self, pIDString: *const BYTE, dwIDStringLen: DWORD, idProp: MSAAPROPID, pvarValue: VARIANT, pfHasProp: *mut BOOL, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IAccPropServer
impl Deref for IAccPropServer
Auto Trait Implementations§
impl Freeze for IAccPropServer
impl RefUnwindSafe for IAccPropServer
impl !Send for IAccPropServer
impl !Sync for IAccPropServer
impl Unpin for IAccPropServer
impl UnwindSafe for IAccPropServer
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