Struct ICompositionGeometricClip_Vtbl
#[repr(C)]pub struct ICompositionGeometricClip_Vtbl {
pub base__: IInspectable_Vtbl,
pub Geometry: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetGeometry: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ViewBox: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetViewBox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Geometry: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetGeometry: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ViewBox: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetViewBox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionGeometricClip_Vtbl
impl RefUnwindSafe for ICompositionGeometricClip_Vtbl
impl Send for ICompositionGeometricClip_Vtbl
impl Sync for ICompositionGeometricClip_Vtbl
impl Unpin for ICompositionGeometricClip_Vtbl
impl UnwindSafe for ICompositionGeometricClip_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