Struct IDistantLight_Vtbl
#[repr(C)]pub struct IDistantLight_Vtbl {
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 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,
}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§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) -> HRESULTAuto Trait Implementations§
impl Freeze for IDistantLight_Vtbl
impl RefUnwindSafe for IDistantLight_Vtbl
impl Send for IDistantLight_Vtbl
impl Sync for IDistantLight_Vtbl
impl Unpin for IDistantLight_Vtbl
impl UnwindSafe for IDistantLight_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