pub struct IStartMenuPinnedList(/* private fields */);
Implementations§
Source§impl IStartMenuPinnedList
impl IStartMenuPinnedList
pub unsafe fn RemoveFromList<'a>( &self, pitem: impl IntoParam<'a, IShellItem>, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IStartMenuPinnedList
impl Clone for IStartMenuPinnedList
Source§fn clone(&self) -> IStartMenuPinnedList
fn clone(&self) -> IStartMenuPinnedList
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IStartMenuPinnedList
impl Debug for IStartMenuPinnedList
Source§impl From<&IStartMenuPinnedList> for IUnknown
impl From<&IStartMenuPinnedList> for IUnknown
Source§fn from(value: &IStartMenuPinnedList) -> Self
fn from(value: &IStartMenuPinnedList) -> Self
Converts to this type from the input type.
Source§impl From<IStartMenuPinnedList> for IUnknown
impl From<IStartMenuPinnedList> for IUnknown
Source§fn from(value: IStartMenuPinnedList) -> Self
fn from(value: IStartMenuPinnedList) -> Self
Converts to this type from the input type.
Source§impl Interface for IStartMenuPinnedList
impl Interface for IStartMenuPinnedList
const IID: Guid
type Vtable = IStartMenuPinnedList_abi
Source§unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
unsafe fn assume_vtable<T>(&self) -> &<T as Interface>::Vtablewhere
T: Interface,
Safety Read more
Source§unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
unsafe fn query(&self, iid: *const Guid, interface: *mut *mut c_void) -> HRESULT
Safety Read more
Source§impl PartialEq for IStartMenuPinnedList
impl PartialEq for IStartMenuPinnedList
impl Eq for IStartMenuPinnedList
impl StructuralPartialEq for IStartMenuPinnedList
Auto Trait Implementations§
impl Freeze for IStartMenuPinnedList
impl RefUnwindSafe for IStartMenuPinnedList
impl !Send for IStartMenuPinnedList
impl !Sync for IStartMenuPinnedList
impl Unpin for IStartMenuPinnedList
impl UnwindSafe for IStartMenuPinnedList
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
type DefaultType = Option<T>
Source§fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
fn ok(value: &<T as Abi>::DefaultType) -> Result<T, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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