Struct ICompositionScopedBatch_Vtbl
#[repr(C)]pub struct ICompositionScopedBatch_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsEnded: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Suspend: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Completed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IsActive: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§IsEnded: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§End: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Suspend: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Completed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT§RemoveCompleted: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULTAuto Trait Implementations§
impl Freeze for ICompositionScopedBatch_Vtbl
impl RefUnwindSafe for ICompositionScopedBatch_Vtbl
impl Send for ICompositionScopedBatch_Vtbl
impl Sync for ICompositionScopedBatch_Vtbl
impl Unpin for ICompositionScopedBatch_Vtbl
impl UnwindSafe for ICompositionScopedBatch_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