Struct ICompositionTexture_Vtbl
#[repr(C)]pub struct ICompositionTexture_Vtbl {
pub base__: IInspectable_Vtbl,
pub SourceRect: unsafe extern "system" fn(_: *mut c_void, _: *mut RectInt32) -> HRESULT,
pub SetSourceRect: unsafe extern "system" fn(_: *mut c_void, _: RectInt32) -> HRESULT,
pub AlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXAlphaMode) -> HRESULT,
pub SetAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: DirectXAlphaMode) -> HRESULT,
pub ColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXColorSpace) -> HRESULT,
pub SetColorSpace: unsafe extern "system" fn(_: *mut c_void, _: DirectXColorSpace) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SourceRect: unsafe extern "system" fn(_: *mut c_void, _: *mut RectInt32) -> HRESULT§SetSourceRect: unsafe extern "system" fn(_: *mut c_void, _: RectInt32) -> HRESULT§AlphaMode: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXAlphaMode) -> HRESULT§SetAlphaMode: unsafe extern "system" fn(_: *mut c_void, _: DirectXAlphaMode) -> HRESULT§ColorSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXColorSpace) -> HRESULT§SetColorSpace: unsafe extern "system" fn(_: *mut c_void, _: DirectXColorSpace) -> HRESULTAuto Trait Implementations§
impl Freeze for ICompositionTexture_Vtbl
impl RefUnwindSafe for ICompositionTexture_Vtbl
impl Send for ICompositionTexture_Vtbl
impl Sync for ICompositionTexture_Vtbl
impl Unpin for ICompositionTexture_Vtbl
impl UnwindSafe for ICompositionTexture_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