#[repr(C)]pub struct sd_tiling_params_t {
pub enabled: 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,
}Fields§
§enabled: bool§tile_size_x: c_int§tile_size_y: c_int§target_overlap: f32§rel_size_x: f32§rel_size_y: f32Trait 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 · 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 sd_tiling_params_t
impl Debug for sd_tiling_params_t
impl Copy for sd_tiling_params_t
Auto Trait Implementations§
impl Freeze for sd_tiling_params_t
impl RefUnwindSafe for sd_tiling_params_t
impl Send for sd_tiling_params_t
impl Sync for sd_tiling_params_t
impl Unpin 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