pub struct IOleControlSite(/* private fields */);Implementations§
Source§impl IOleControlSite
impl IOleControlSite
pub unsafe fn OnControlInfoChanged(&self) -> ErrorCode
pub unsafe fn LockInPlaceActive<'a, T0__: IntoParam<'a, BOOL>>( &self, flock: T0__, ) -> ErrorCode
pub unsafe fn GetExtendedControl( &self, ppdisp: *mut Option<IDispatch>, ) -> ErrorCode
pub unsafe fn TransformCoords( &self, pptlhimetric: *mut POINTL, pptfcontainer: *mut POINTF, dwflags: IOleControlSite_TransformCoordsFlags, ) -> ErrorCode
pub unsafe fn TranslateAcceleratorA( &self, pmsg: *mut MSG, grfmodifiers: u32, ) -> ErrorCode
pub unsafe fn OnFocus<'a, T0__: IntoParam<'a, BOOL>>( &self, fgotfocus: T0__, ) -> ErrorCode
pub unsafe fn ShowPropertyFrame(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IOleControlSite
impl Clone for IOleControlSite
Source§fn clone(&self) -> IOleControlSite
fn clone(&self) -> IOleControlSite
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IOleControlSite
impl Debug for IOleControlSite
Source§impl From<&IOleControlSite> for IUnknown
impl From<&IOleControlSite> for IUnknown
Source§fn from(value: &IOleControlSite) -> Self
fn from(value: &IOleControlSite) -> Self
Converts to this type from the input type.
Source§impl From<IOleControlSite> for IUnknown
impl From<IOleControlSite> for IUnknown
Source§fn from(value: IOleControlSite) -> Self
fn from(value: IOleControlSite) -> Self
Converts to this type from the input type.
Source§impl Interface for IOleControlSite
impl Interface for IOleControlSite
const IID: Guid
type Vtable = IOleControlSite_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleControlSite
impl<'a> IntoParam<'a, IUnknown> for &'a IOleControlSite
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleControlSite
impl<'a> IntoParam<'a, IUnknown> for IOleControlSite
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IOleControlSite
impl PartialEq for IOleControlSite
impl Eq for IOleControlSite
impl StructuralPartialEq for IOleControlSite
Auto Trait Implementations§
impl Freeze for IOleControlSite
impl RefUnwindSafe for IOleControlSite
impl !Send for IOleControlSite
impl !Sync for IOleControlSite
impl Unpin for IOleControlSite
impl UnwindSafe for IOleControlSite
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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