Struct ISpatialSurfaceMeshOptions_Vtbl
#[repr(C)]pub struct ISpatialSurfaceMeshOptions_Vtbl {
pub base__: IInspectable_Vtbl,
pub VertexPositionFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT,
pub SetVertexPositionFormat: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat) -> HRESULT,
pub TriangleIndexFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT,
pub SetTriangleIndexFormat: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat) -> HRESULT,
pub VertexNormalFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT,
pub SetVertexNormalFormat: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat) -> HRESULT,
pub IncludeVertexNormals: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIncludeVertexNormals: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§VertexPositionFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT§SetVertexPositionFormat: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat) -> HRESULT§TriangleIndexFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT§SetTriangleIndexFormat: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat) -> HRESULT§VertexNormalFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut DirectXPixelFormat) -> HRESULT§SetVertexNormalFormat: unsafe extern "system" fn(_: *mut c_void, _: DirectXPixelFormat) -> HRESULT§IncludeVertexNormals: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetIncludeVertexNormals: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULTAuto Trait Implementations§
impl Freeze for ISpatialSurfaceMeshOptions_Vtbl
impl RefUnwindSafe for ISpatialSurfaceMeshOptions_Vtbl
impl Send for ISpatialSurfaceMeshOptions_Vtbl
impl Sync for ISpatialSurfaceMeshOptions_Vtbl
impl Unpin for ISpatialSurfaceMeshOptions_Vtbl
impl UnwindSafe for ISpatialSurfaceMeshOptions_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