Struct ISpotLight_Vtbl
#[repr(C)]pub struct ISpotLight_Vtbl {Show 25 fields
pub base__: IInspectable_Vtbl,
pub ConstantAttenuation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetConstantAttenuation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub CoordinateSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetCoordinateSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub SetDirection: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT,
pub InnerConeAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetInnerConeAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub InnerConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetInnerConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub InnerConeColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetInnerConeColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub LinearAttenuation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetLinearAttenuation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> 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 OuterConeAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetOuterConeAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub OuterConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetOuterConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub OuterConeColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetOuterConeColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub QuadraticAttenuation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetQuadraticAttenuation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ConstantAttenuation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetConstantAttenuation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§CoordinateSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetCoordinateSpace: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Direction: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§SetDirection: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT§InnerConeAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInnerConeAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InnerConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetInnerConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§InnerConeColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetInnerConeColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§LinearAttenuation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetLinearAttenuation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§Offset: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT§SetOffset: unsafe extern "system" fn(_: *mut c_void, _: Vector3) -> HRESULT§OuterConeAngle: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetOuterConeAngle: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§OuterConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetOuterConeAngleInDegrees: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT§OuterConeColor: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetOuterConeColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§QuadraticAttenuation: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT§SetQuadraticAttenuation: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULTAuto Trait Implementations§
impl Freeze for ISpotLight_Vtbl
impl RefUnwindSafe for ISpotLight_Vtbl
impl Send for ISpotLight_Vtbl
impl Sync for ISpotLight_Vtbl
impl Unpin for ISpotLight_Vtbl
impl UnwindSafe for ISpotLight_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