Struct ISceneBoundingBox_Vtbl
#[repr(C)]pub struct ISceneBoundingBox_Vtbl {
pub base__: IInspectable_Vtbl,
pub Center: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Extents: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Max: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Min: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Center: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§Extents: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§Max: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§Min: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISceneBoundingBox_Vtbl
impl RefUnwindSafe for ISceneBoundingBox_Vtbl
impl Send for ISceneBoundingBox_Vtbl
impl Sync for ISceneBoundingBox_Vtbl
impl Unpin for ISceneBoundingBox_Vtbl
impl UnwindSafe for ISceneBoundingBox_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