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