#[repr(C)]pub struct sd_tiling_params_t {
pub enabled: bool,
pub temporal_tiling: bool,
pub tile_size_x: c_int,
pub tile_size_y: c_int,
pub target_overlap: f32,
pub rel_size_x: f32,
pub rel_size_y: f32,
pub extra_tiling_args: *const c_char,
}Fields§
§enabled: bool§temporal_tiling: bool§tile_size_x: c_int§tile_size_y: c_int§target_overlap: f32§rel_size_x: f32§rel_size_y: f32§extra_tiling_args: *const c_charTrait Implementations§
Source§impl Clone for sd_tiling_params_t
impl Clone for sd_tiling_params_t
Source§fn clone(&self) -> sd_tiling_params_t
fn clone(&self) -> sd_tiling_params_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for sd_tiling_params_t
Auto Trait Implementations§
impl !Send for sd_tiling_params_t
impl !Sync for sd_tiling_params_t
impl Freeze for sd_tiling_params_t
impl RefUnwindSafe for sd_tiling_params_t
impl Unpin for sd_tiling_params_t
impl UnsafeUnpin for sd_tiling_params_t
impl UnwindSafe for sd_tiling_params_t
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