Struct IVideoEncodingProperties_Vtbl
#[repr(C)]pub struct IVideoEncodingProperties_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetBitrate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Bitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetWidth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetHeight: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub FrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PixelAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetBitrate: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Bitrate: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetWidth: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Width: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§SetHeight: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§Height: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§FrameRate: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§PixelAspectRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IVideoEncodingProperties_Vtbl
impl RefUnwindSafe for IVideoEncodingProperties_Vtbl
impl Send for IVideoEncodingProperties_Vtbl
impl Sync for IVideoEncodingProperties_Vtbl
impl Unpin for IVideoEncodingProperties_Vtbl
impl UnwindSafe for IVideoEncodingProperties_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