#[repr(C, packed(1))]pub struct PrGPUFilterRenderParams {
pub inClipTime: PrTime,
pub inSequenceTime: PrTime,
pub inQuality: PrRenderQuality,
pub inDownsampleFactorX: f32,
pub inDownsampleFactorY: f32,
pub inRenderWidth: csSDK_uint32,
pub inRenderHeight: csSDK_uint32,
pub inRenderPARNum: csSDK_uint32,
pub inRenderPARDen: csSDK_uint32,
pub inRenderFieldType: prFieldType,
pub inRenderTicksPerFrame: PrTime,
pub inRenderField: pmFieldDisplay,
}Expand description
Information about a frame render
Fields§
§inClipTime: PrTime§inSequenceTime: PrTime§inQuality: PrRenderQuality§inDownsampleFactorX: f32§inDownsampleFactorY: f32§inRenderWidth: csSDK_uint32§inRenderHeight: csSDK_uint32§inRenderPARNum: csSDK_uint32§inRenderPARDen: csSDK_uint32§inRenderFieldType: prFieldType§inRenderTicksPerFrame: PrTime§inRenderField: pmFieldDisplayTrait Implementations§
Source§impl Clone for PrGPUFilterRenderParams
impl Clone for PrGPUFilterRenderParams
Source§fn clone(&self) -> PrGPUFilterRenderParams
fn clone(&self) -> PrGPUFilterRenderParams
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 PrGPUFilterRenderParams
impl Debug for PrGPUFilterRenderParams
impl Copy for PrGPUFilterRenderParams
Auto Trait Implementations§
impl Freeze for PrGPUFilterRenderParams
impl RefUnwindSafe for PrGPUFilterRenderParams
impl Send for PrGPUFilterRenderParams
impl Sync for PrGPUFilterRenderParams
impl Unpin for PrGPUFilterRenderParams
impl UnwindSafe for PrGPUFilterRenderParams
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