pub struct IOleLink(/* private fields */);Implementations§
Source§impl IOleLink
impl IOleLink
pub unsafe fn SetUpdateOptions(&self, dwupdateopt: u32) -> ErrorCode
pub unsafe fn GetUpdateOptions(&self, pdwupdateopt: *mut u32) -> ErrorCode
pub unsafe fn SetSourceMoniker<'a, T0__: IntoParam<'a, IMoniker>>( &self, pmk: T0__, rclsid: *const Guid, ) -> ErrorCode
pub unsafe fn GetSourceMoniker(&self, ppmk: *mut Option<IMoniker>) -> ErrorCode
pub unsafe fn SetSourceDisplayName<'a, T0__: IntoParam<'a, PWSTR>>( &self, pszstatustext: T0__, ) -> ErrorCode
pub unsafe fn GetSourceDisplayName( &self, ppszdisplayname: *mut PWSTR, ) -> ErrorCode
pub unsafe fn BindToSource<'a, T1__: IntoParam<'a, IBindCtx>>( &self, bindflags: u32, pbc: T1__, ) -> ErrorCode
pub unsafe fn BindIfRunning(&self) -> ErrorCode
pub unsafe fn GetBoundSource(&self, ppunk: *mut Option<IUnknown>) -> ErrorCode
pub unsafe fn UnbindSource(&self) -> ErrorCode
pub unsafe fn Update<'a, T0__: IntoParam<'a, IBindCtx>>( &self, pbc: T0__, ) -> ErrorCode
Trait Implementations§
Source§impl Interface for IOleLink
impl Interface for IOleLink
const IID: Guid
type Vtable = IOleLink_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IOleLink
impl<'a> IntoParam<'a, IUnknown> for &'a IOleLink
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IOleLink
impl<'a> IntoParam<'a, IUnknown> for IOleLink
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IOleLink
impl StructuralPartialEq for IOleLink
Auto Trait Implementations§
impl Freeze for IOleLink
impl RefUnwindSafe for IOleLink
impl !Send for IOleLink
impl !Sync for IOleLink
impl Unpin for IOleLink
impl UnwindSafe for IOleLink
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