Struct ICompositionProjectedShadowCasterCollectionStatics_Vtbl
#[repr(C)]pub struct ICompositionProjectedShadowCasterCollectionStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub MaxRespectedCasters: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§MaxRespectedCasters: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionProjectedShadowCasterCollectionStatics_Vtbl
impl RefUnwindSafe for ICompositionProjectedShadowCasterCollectionStatics_Vtbl
impl Send for ICompositionProjectedShadowCasterCollectionStatics_Vtbl
impl Sync for ICompositionProjectedShadowCasterCollectionStatics_Vtbl
impl Unpin for ICompositionProjectedShadowCasterCollectionStatics_Vtbl
impl UnwindSafe for ICompositionProjectedShadowCasterCollectionStatics_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