#[repr(C)]pub struct IOleLink {
pub lpVtbl: *mut IOleLinkVtbl,
}Fields§
§lpVtbl: *mut IOleLinkVtblTrait Implementations§
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> 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