Struct ISpatialBoundingVolumeStatics_Vtbl
#[repr(C)]pub struct ISpatialBoundingVolumeStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub FromBox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingBox, _: *mut *mut c_void) -> HRESULT,
pub FromOrientedBox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingOrientedBox, _: *mut *mut c_void) -> HRESULT,
pub FromSphere: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingSphere, _: *mut *mut c_void) -> HRESULT,
pub FromFrustum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingFrustum, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FromBox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingBox, _: *mut *mut c_void) -> HRESULT
§FromOrientedBox: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingOrientedBox, _: *mut *mut c_void) -> HRESULT
§FromSphere: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingSphere, _: *mut *mut c_void) -> HRESULT
§FromFrustum: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: SpatialBoundingFrustum, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpatialBoundingVolumeStatics_Vtbl
impl RefUnwindSafe for ISpatialBoundingVolumeStatics_Vtbl
impl Send for ISpatialBoundingVolumeStatics_Vtbl
impl Sync for ISpatialBoundingVolumeStatics_Vtbl
impl Unpin for ISpatialBoundingVolumeStatics_Vtbl
impl UnwindSafe for ISpatialBoundingVolumeStatics_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