Struct IDistributorNotify_Vtbl
#[repr(C)]pub struct IDistributorNotify_Vtbl {
pub base__: IUnknown_Vtbl,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Run: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub SetSyncSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NotifyGraphChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Run: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§SetSyncSource: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NotifyGraphChange: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDistributorNotify_Vtbl
impl IDistributorNotify_Vtbl
pub const fn new<Identity: IDistributorNotify_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDistributorNotify_Vtbl
impl RefUnwindSafe for IDistributorNotify_Vtbl
impl Send for IDistributorNotify_Vtbl
impl Sync for IDistributorNotify_Vtbl
impl Unpin for IDistributorNotify_Vtbl
impl UnwindSafe for IDistributorNotify_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