Struct ICompositionRoundedRectangleGeometry_Vtbl
#[repr(C)]pub struct ICompositionRoundedRectangleGeometry_Vtbl {
pub base__: IInspectable_Vtbl,
pub CornerRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetCornerRadius: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CornerRadius: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetCornerRadius: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionRoundedRectangleGeometry_Vtbl
impl RefUnwindSafe for ICompositionRoundedRectangleGeometry_Vtbl
impl Send for ICompositionRoundedRectangleGeometry_Vtbl
impl Sync for ICompositionRoundedRectangleGeometry_Vtbl
impl Unpin for ICompositionRoundedRectangleGeometry_Vtbl
impl UnwindSafe for ICompositionRoundedRectangleGeometry_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