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