Struct IProjectionManagerStatics_Vtbl
#[repr(C)]pub struct IProjectionManagerStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub StartProjectingAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub SwapDisplaysForViewsAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub StopProjectingAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT,
pub ProjectionDisplayAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ProjectionDisplayAvailableChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveProjectionDisplayAvailableChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§StartProjectingAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT§SwapDisplaysForViewsAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT§StopProjectingAsync: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut *mut c_void) -> HRESULT§ProjectionDisplayAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§ProjectionDisplayAvailableChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveProjectionDisplayAvailableChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for IProjectionManagerStatics_Vtbl
impl RefUnwindSafe for IProjectionManagerStatics_Vtbl
impl Send for IProjectionManagerStatics_Vtbl
impl Sync for IProjectionManagerStatics_Vtbl
impl Unpin for IProjectionManagerStatics_Vtbl
impl UnwindSafe for IProjectionManagerStatics_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