#[repr(C, packed(1))]pub struct SequenceRender_ParamsRecExt {
pub inRequestedPixelFormatArray: *const PrPixelFormat,
pub inRequestedPixelFormatArrayCount: csSDK_int32,
pub inWidth: csSDK_int32,
pub inHeight: csSDK_int32,
pub inPixelAspectRatioNumerator: csSDK_int32,
pub inPixelAspectRatioDenominator: csSDK_int32,
pub inRenderQuality: PrRenderQuality,
pub inFieldType: prFieldType,
pub inDeinterlace: csSDK_int32,
pub inDeinterlaceQuality: PrRenderQuality,
pub inCompositeOnBlack: csSDK_int32,
pub inPrSDKColorSpaceID: PrSDKColorSpaceID,
}Fields§
§inRequestedPixelFormatArray: *const PrPixelFormat§inRequestedPixelFormatArrayCount: csSDK_int32§inWidth: csSDK_int32§inHeight: csSDK_int32§inPixelAspectRatioNumerator: csSDK_int32§inPixelAspectRatioDenominator: csSDK_int32§inRenderQuality: PrRenderQuality§inFieldType: prFieldType§inDeinterlace: csSDK_int32§inDeinterlaceQuality: PrRenderQuality§inCompositeOnBlack: csSDK_int32§inPrSDKColorSpaceID: PrSDKColorSpaceIDTrait Implementations§
Source§impl Clone for SequenceRender_ParamsRecExt
impl Clone for SequenceRender_ParamsRecExt
Source§fn clone(&self) -> SequenceRender_ParamsRecExt
fn clone(&self) -> SequenceRender_ParamsRecExt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SequenceRender_ParamsRecExt
impl Debug for SequenceRender_ParamsRecExt
impl Copy for SequenceRender_ParamsRecExt
Auto Trait Implementations§
impl Freeze for SequenceRender_ParamsRecExt
impl RefUnwindSafe for SequenceRender_ParamsRecExt
impl !Send for SequenceRender_ParamsRecExt
impl !Sync for SequenceRender_ParamsRecExt
impl Unpin for SequenceRender_ParamsRecExt
impl UnwindSafe for SequenceRender_ParamsRecExt
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