Struct IWebUICommandBarIconButton_Vtbl
#[repr(C)]pub struct IWebUICommandBarIconButton_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Label: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLabel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsToggleButton: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsToggleButton: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsChecked: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsChecked: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Icon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ItemInvoked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveItemInvoked: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§Label: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLabel: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§IsToggleButton: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsToggleButton: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsChecked: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsChecked: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§Icon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ItemInvoked: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveItemInvoked: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IWebUICommandBarIconButton_Vtbl
impl RefUnwindSafe for IWebUICommandBarIconButton_Vtbl
impl Send for IWebUICommandBarIconButton_Vtbl
impl Sync for IWebUICommandBarIconButton_Vtbl
impl Unpin for IWebUICommandBarIconButton_Vtbl
impl UnwindSafe for IWebUICommandBarIconButton_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