Struct windows::UI::Composition::ICompositionLineGeometry_Vtbl
#[repr(C)]pub struct ICompositionLineGeometry_Vtbl {
pub base__: IInspectable_Vtbl,
pub Start: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetStart: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub End: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetEnd: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Start: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetStart: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§End: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetEnd: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionLineGeometry_Vtbl
impl RefUnwindSafe for ICompositionLineGeometry_Vtbl
impl Send for ICompositionLineGeometry_Vtbl
impl Sync for ICompositionLineGeometry_Vtbl
impl Unpin for ICompositionLineGeometry_Vtbl
impl UnwindSafe for ICompositionLineGeometry_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