pub struct SequentialOptions {
pub tile_height: i32,
}
Expand description
Options for sequential operation
Fields§
§tile_height: i32
tile_height: i32
-> Tile height in pixels
min: 1, max: 1000000, default: 1
Trait Implementations§
Source§impl Clone for SequentialOptions
impl Clone for SequentialOptions
Source§fn clone(&self) -> SequentialOptions
fn clone(&self) -> SequentialOptions
Returns a copy 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 SequentialOptions
impl Debug for SequentialOptions
Auto Trait Implementations§
impl Freeze for SequentialOptions
impl RefUnwindSafe for SequentialOptions
impl Send for SequentialOptions
impl Sync for SequentialOptions
impl Unpin for SequentialOptions
impl UnwindSafe for SequentialOptions
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