Struct IMediaFrame_Vtbl
#[repr(C)]pub struct IMediaFrame_Vtbl {
pub base__: IInspectable_Vtbl,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetRelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSystemRelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SystemRelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIsDiscontinuous: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub IsDiscontinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§IsReadOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetRelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSystemRelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SystemRelativeTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetIsDiscontinuous: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§IsDiscontinuous: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§ExtendedProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTImplementations§
§impl IMediaFrame_Vtbl
impl IMediaFrame_Vtbl
pub const fn new<Identity: IMediaFrame_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMediaFrame_Vtbl
impl RefUnwindSafe for IMediaFrame_Vtbl
impl Send for IMediaFrame_Vtbl
impl Sync for IMediaFrame_Vtbl
impl Unpin for IMediaFrame_Vtbl
impl UnwindSafe for IMediaFrame_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