Struct IMediaBreak_Vtbl
#[repr(C)]pub struct IMediaBreak_Vtbl {
pub base__: IInspectable_Vtbl,
pub PlaybackList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PresentationPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub InsertionMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaBreakInsertionMethod) -> HRESULT,
pub CustomProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CanStart: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetCanStart: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§PlaybackList: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PresentationPosition: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§InsertionMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut MediaBreakInsertionMethod) -> HRESULT
§CustomProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CanStart: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetCanStart: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaBreak_Vtbl
impl RefUnwindSafe for IMediaBreak_Vtbl
impl Send for IMediaBreak_Vtbl
impl Sync for IMediaBreak_Vtbl
impl Unpin for IMediaBreak_Vtbl
impl UnwindSafe for IMediaBreak_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