Struct windows::UI::Composition::ICompositionDrawingSurface_Vtbl
#[repr(C)]pub struct ICompositionDrawingSurface_Vtbl {
pub base__: IInspectable_Vtbl,
pub AlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXAlphaMode) -> HRESULT,
pub PixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§AlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXAlphaMode) -> HRESULT
§PixelFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT
§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionDrawingSurface_Vtbl
impl RefUnwindSafe for ICompositionDrawingSurface_Vtbl
impl Send for ICompositionDrawingSurface_Vtbl
impl Sync for ICompositionDrawingSurface_Vtbl
impl Unpin for ICompositionDrawingSurface_Vtbl
impl UnwindSafe for ICompositionDrawingSurface_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