#[repr(C)]pub struct IOleLink {
pub lpVtbl: *mut IOleLinkVtbl,
}
Fields§
§lpVtbl: *mut IOleLinkVtbl
Trait Implementations§
Source§impl Ord for IOleLink
impl Ord for IOleLink
Source§impl PartialOrd for IOleLink
impl PartialOrd for IOleLink
impl Copy for IOleLink
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> 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