Struct IJumpListItem_Vtbl
#[repr(C)]pub struct IJumpListItem_Vtbl {
pub base__: IInspectable_Vtbl,
pub Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut JumpListItemKind) -> HRESULT,
pub Arguments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RemovedByUser: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GroupName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetGroupName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetLogo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Kind: unsafe extern "system" fn(_: *mut c_void, _: *mut JumpListItemKind) -> HRESULT§Arguments: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RemovedByUser: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GroupName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetGroupName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Logo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLogo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IJumpListItem_Vtbl
impl RefUnwindSafe for IJumpListItem_Vtbl
impl Send for IJumpListItem_Vtbl
impl Sync for IJumpListItem_Vtbl
impl Unpin for IJumpListItem_Vtbl
impl UnwindSafe for IJumpListItem_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