Struct IMediaCaptureVideoProfileMediaDescription_Vtbl
#[repr(C)]pub struct IMediaCaptureVideoProfileMediaDescription_Vtbl {
pub base__: IInspectable_Vtbl,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub FrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub IsVariablePhotoSequenceSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsHdrVideoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§FrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§IsVariablePhotoSequenceSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsHdrVideoSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IMediaCaptureVideoProfileMediaDescription_Vtbl
impl RefUnwindSafe for IMediaCaptureVideoProfileMediaDescription_Vtbl
impl Send for IMediaCaptureVideoProfileMediaDescription_Vtbl
impl Sync for IMediaCaptureVideoProfileMediaDescription_Vtbl
impl Unpin for IMediaCaptureVideoProfileMediaDescription_Vtbl
impl UnwindSafe for IMediaCaptureVideoProfileMediaDescription_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