Struct ICurrentItem_Vtbl
#[repr(C)]pub struct ICurrentItem_Vtbl {
    pub base__: IRelatedItem_Vtbl,
}Fields§
§base__: IRelatedItem_VtblImplementations§
§impl ICurrentItem_Vtbl
 
impl ICurrentItem_Vtbl
pub const fn new<Identity: ICurrentItem_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICurrentItem_Vtbl
impl RefUnwindSafe for ICurrentItem_Vtbl
impl Send for ICurrentItem_Vtbl
impl Sync for ICurrentItem_Vtbl
impl Unpin for ICurrentItem_Vtbl
impl UnwindSafe for ICurrentItem_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