Struct ICompositionViewBox_Vtbl
#[repr(C)]pub struct ICompositionViewBox_Vtbl {
pub base__: IInspectable_Vtbl,
pub HorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetHorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> 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 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§HorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetHorizontalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§Stretch: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionStretch) -> HRESULT§SetStretch: unsafe extern "system" fn(_: *mut c_void, _: CompositionStretch) -> HRESULT§VerticalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetVerticalAlignmentRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULTAuto Trait Implementations§
impl Freeze for ICompositionViewBox_Vtbl
impl RefUnwindSafe for ICompositionViewBox_Vtbl
impl Send for ICompositionViewBox_Vtbl
impl Sync for ICompositionViewBox_Vtbl
impl Unpin for ICompositionViewBox_Vtbl
impl UnwindSafe for ICompositionViewBox_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