Struct ICompositionSurfaceBrush_Vtbl
#[repr(C)]pub struct ICompositionSurfaceBrush_Vtbl {
pub base__: IInspectable_Vtbl,
pub BitmapInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionBitmapInterpolationMode) -> HRESULT,
pub SetBitmapInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionBitmapInterpolationMode) -> HRESULT,
pub HorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetHorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Stretch: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionStretch) -> HRESULT,
pub SetStretch: unsafe extern "system" fn(_: *mut c_void, _: CompositionStretch) -> HRESULT,
pub Surface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub VerticalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetVerticalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BitmapInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionBitmapInterpolationMode) -> HRESULT
§SetBitmapInterpolationMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionBitmapInterpolationMode) -> HRESULT
§HorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetHorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§Stretch: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionStretch) -> HRESULT
§SetStretch: unsafe extern "system" fn(_: *mut c_void, _: CompositionStretch) -> HRESULT
§Surface: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSurface: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§VerticalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetVerticalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionSurfaceBrush_Vtbl
impl RefUnwindSafe for ICompositionSurfaceBrush_Vtbl
impl Send for ICompositionSurfaceBrush_Vtbl
impl Sync for ICompositionSurfaceBrush_Vtbl
impl Unpin for ICompositionSurfaceBrush_Vtbl
impl UnwindSafe for ICompositionSurfaceBrush_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