Struct windows::Devices::Lights::ILampInfo_Vtbl
#[repr(C)]pub struct ILampInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub Index: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Purposes: unsafe extern "system" fn(_: *mut c_void, _: *mut LampPurposes) -> HRESULT,
pub Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT,
pub RedLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GreenLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub BlueLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GainLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub FixedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetNearestSupportedColor: unsafe extern "system" fn(_: *mut c_void, _: Color, _: *mut Color) -> HRESULT,
pub UpdateLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Index: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Purposes: unsafe extern "system" fn(_: *mut c_void, _: *mut LampPurposes) -> HRESULT
§Position: unsafe extern "system" fn(_: *mut c_void, _: *mut Vector3) -> HRESULT
§RedLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GreenLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§BlueLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GainLevelCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§FixedColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetNearestSupportedColor: unsafe extern "system" fn(_: *mut c_void, _: Color, _: *mut Color) -> HRESULT
§UpdateLatency: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILampInfo_Vtbl
impl RefUnwindSafe for ILampInfo_Vtbl
impl Send for ILampInfo_Vtbl
impl Sync for ILampInfo_Vtbl
impl Unpin for ILampInfo_Vtbl
impl UnwindSafe for ILampInfo_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