Struct IPointLight_Vtbl
#[repr(C)]pub struct IPointLight_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
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 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 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§Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§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§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§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 IPointLight_Vtbl
impl RefUnwindSafe for IPointLight_Vtbl
impl Send for IPointLight_Vtbl
impl Sync for IPointLight_Vtbl
impl Unpin for IPointLight_Vtbl
impl UnwindSafe for IPointLight_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