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