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