Struct IVisual_Vtbl
#[repr(C)]pub struct IVisual_Vtbl {Show 34 fields
pub base__: IInspectable_Vtbl,
pub AnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT,
pub SetAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT,
pub BackfaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionBackfaceVisibility) -> HRESULT,
pub SetBackfaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: CompositionBackfaceVisibility) -> HRESULT,
pub BorderMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionBorderMode) -> HRESULT,
pub SetBorderMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionBorderMode) -> HRESULT,
pub CenterPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetCenterPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub Clip: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetClip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CompositeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionCompositeMode) -> HRESULT,
pub SetCompositeMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionCompositeMode) -> HRESULT,
pub IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub Opacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetOpacity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT,
pub SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT,
pub Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub RotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetRotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub RotationAxis: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetRotationAxis: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetScale: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> 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 TransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix4x4) -> HRESULT,
pub SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: Matrix4x4) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetAnchorPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§BackfaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionBackfaceVisibility) -> HRESULT§SetBackfaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: CompositionBackfaceVisibility) -> HRESULT§BorderMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionBorderMode) -> HRESULT§SetBorderMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionBorderMode) -> HRESULT§CenterPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§SetCenterPoint: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT§Clip: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetClip: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§CompositeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CompositionCompositeMode) -> HRESULT§SetCompositeMode: unsafe extern "system" fn(_: *mut c_void, _: CompositionCompositeMode) -> HRESULT§IsVisible: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIsVisible: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT§Opacity: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetOpacity: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§Orientation: unsafe extern "system" fn(_: *mut c_void, _: *mut Quaternion) -> HRESULT§SetOrientation: unsafe extern "system" fn(_: *mut c_void, _: Quaternion) -> HRESULT§Parent: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RotationAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetRotationAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§RotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetRotationAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§RotationAxis: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§SetRotationAxis: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT§Scale: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§SetScale: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector2) -> HRESULT§SetSize: unsafe extern "system" fn(_: *mut c_void, _: Vector2) -> HRESULT§TransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: *mut Matrix4x4) -> HRESULT§SetTransformMatrix: unsafe extern "system" fn(_: *mut c_void, _: Matrix4x4) -> HRESULTAuto Trait Implementations§
impl Freeze for IVisual_Vtbl
impl RefUnwindSafe for IVisual_Vtbl
impl Send for IVisual_Vtbl
impl Sync for IVisual_Vtbl
impl Unpin for IVisual_Vtbl
impl UnwindSafe for IVisual_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