#[repr(C)]pub struct PF_SmartRenderInput {
pub output_request: PF_RenderRequest,
pub bitdepth: c_short,
pub pre_render_data: *mut c_void,
pub gpu_data: *const c_void,
pub what_gpu: PF_GPU_Framework,
pub device_index: A_u_long,
}Fields§
§output_request: PF_RenderRequest§bitdepth: c_short§pre_render_data: *mut c_void§gpu_data: *const c_void§what_gpu: PF_GPU_Framework§device_index: A_u_longTrait Implementations§
Source§impl Clone for PF_SmartRenderInput
impl Clone for PF_SmartRenderInput
Source§fn clone(&self) -> PF_SmartRenderInput
fn clone(&self) -> PF_SmartRenderInput
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 PF_SmartRenderInput
impl Debug for PF_SmartRenderInput
impl Copy for PF_SmartRenderInput
Auto Trait Implementations§
impl Freeze for PF_SmartRenderInput
impl RefUnwindSafe for PF_SmartRenderInput
impl !Send for PF_SmartRenderInput
impl !Sync for PF_SmartRenderInput
impl Unpin for PF_SmartRenderInput
impl UnwindSafe for PF_SmartRenderInput
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