Struct IOleUILinkContainerA_Vtbl
#[repr(C)]pub struct IOleUILinkContainerA_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetNextLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32,
pub SetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT,
pub GetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT,
pub SetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR, _: u32, _: *mut u32, _: BOOL) -> HRESULT,
pub GetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PSTR, _: *mut u32, _: *mut PSTR, _: *mut PSTR, _: *mut BOOL, _: *mut BOOL) -> HRESULT,
pub OpenLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub UpdateLink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: BOOL) -> HRESULT,
pub CancelLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNextLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32
§SetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32) -> HRESULT
§GetLinkUpdateOptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32) -> HRESULT
§SetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR, _: u32, _: *mut u32, _: BOOL) -> HRESULT
§GetLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut PSTR, _: *mut u32, _: *mut PSTR, _: *mut PSTR, _: *mut BOOL, _: *mut BOOL) -> HRESULT
§OpenLinkSource: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§UpdateLink: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL, _: BOOL) -> HRESULT
§CancelLink: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
Implementations§
§impl IOleUILinkContainerA_Vtbl
impl IOleUILinkContainerA_Vtbl
pub const fn new<Identity: IOleUILinkContainerA_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOleUILinkContainerA_Vtbl
impl RefUnwindSafe for IOleUILinkContainerA_Vtbl
impl Send for IOleUILinkContainerA_Vtbl
impl Sync for IOleUILinkContainerA_Vtbl
impl Unpin for IOleUILinkContainerA_Vtbl
impl UnwindSafe for IOleUILinkContainerA_Vtbl
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