Struct IMFSensorStream_Vtbl
#[repr(C)]pub struct IMFSensorStream_Vtbl {
pub base__: IMFAttributes_Vtbl,
pub GetMediaTypeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CloneSensorStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IMFAttributes_Vtbl
§GetMediaTypeCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetMediaType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§CloneSensorStream: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IMFSensorStream_Vtbl
impl IMFSensorStream_Vtbl
pub const fn new<Identity: IMFSensorStream_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFSensorStream_Vtbl
impl RefUnwindSafe for IMFSensorStream_Vtbl
impl Send for IMFSensorStream_Vtbl
impl Sync for IMFSensorStream_Vtbl
impl Unpin for IMFSensorStream_Vtbl
impl UnwindSafe for IMFSensorStream_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