#[repr(C)]pub struct IClipboardStatics2_Vtbl {Show 14 fields
pub base__: IInspectable_Vtbl,
pub GetHistoryItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ClearHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub DeleteItemFromHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub SetHistoryItemAsContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut SetHistoryItemAsContentStatus) -> HRESULT,
pub IsHistoryEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsRoamingEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetContentWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
pub HistoryChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveHistoryChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub RoamingEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveRoamingEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub HistoryEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveHistoryEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§GetHistoryItemsAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ClearHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§DeleteItemFromHistory: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§SetHistoryItemAsContent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut SetHistoryItemAsContentStatus) -> HRESULT
§IsHistoryEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsRoamingEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetContentWithOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT
§HistoryChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveHistoryChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§RoamingEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveRoamingEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§HistoryEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveHistoryEnabledChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for IClipboardStatics2_Vtbl
impl RefUnwindSafe for IClipboardStatics2_Vtbl
impl Send for IClipboardStatics2_Vtbl
impl Sync for IClipboardStatics2_Vtbl
impl Unpin for IClipboardStatics2_Vtbl
impl UnwindSafe for IClipboardStatics2_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