#[repr(C)]pub struct ITaskbarList {
pub lpVtbl: *const ITaskbarListVtbl,
}
Fields§
§lpVtbl: *const ITaskbarListVtbl
Implementations§
Source§impl ITaskbarList
impl ITaskbarList
Trait Implementations§
Source§impl Deref for ITaskbarList
impl Deref for ITaskbarList
Auto Trait Implementations§
impl Freeze for ITaskbarList
impl RefUnwindSafe for ITaskbarList
impl !Send for ITaskbarList
impl !Sync for ITaskbarList
impl Unpin for ITaskbarList
impl UnwindSafe for ITaskbarList
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