#[repr(C)]pub struct IPresentationContent_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetTag: unsafe extern "system" fn(_: *mut c_void, _: usize),
}
Fields§
§base__: IUnknown_Vtbl
§SetTag: unsafe extern "system" fn(_: *mut c_void, _: usize)
Implementations§
§impl IPresentationContent_Vtbl
impl IPresentationContent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPresentationContent_Vtblwhere
Identity: IPresentationContent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPresentationContent_Vtbl
impl RefUnwindSafe for IPresentationContent_Vtbl
impl Send for IPresentationContent_Vtbl
impl Sync for IPresentationContent_Vtbl
impl Unpin for IPresentationContent_Vtbl
impl UnwindSafe for IPresentationContent_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