Struct windows::UI::Composition::ICompositionVisualSurface_Vtbl
#[repr(C)]pub struct ICompositionVisualSurface_Vtbl {
pub base__: IInspectable_Vtbl,
pub SourceVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSourceVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SourceOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetSourceOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub SourceSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetSourceSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SourceVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSourceVisual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SourceOffset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetSourceOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
§SourceSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT
§SetSourceSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionVisualSurface_Vtbl
impl RefUnwindSafe for ICompositionVisualSurface_Vtbl
impl Send for ICompositionVisualSurface_Vtbl
impl Sync for ICompositionVisualSurface_Vtbl
impl Unpin for ICompositionVisualSurface_Vtbl
impl UnwindSafe for ICompositionVisualSurface_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