Struct tile_grid::VariableMatrixWidth
source · pub struct VariableMatrixWidth {
pub coalesc: NonZeroU64,
pub min_tile_row: u64,
pub smax_tile_row: u64,
}Expand description
Variable Matrix Width data structure
Fields§
§coalesc: NonZeroU64Number of tiles in width that coalesce in a single tile for these rows
min_tile_row: u64First tile row where the coalescence factor applies for this tilematrix
smax_tile_row: u64Last tile row where the coalescence factor applies for this tilematrix
Trait Implementations§
source§impl Clone for VariableMatrixWidth
impl Clone for VariableMatrixWidth
source§fn clone(&self) -> VariableMatrixWidth
fn clone(&self) -> VariableMatrixWidth
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 VariableMatrixWidth
impl Debug for VariableMatrixWidth
source§impl<'de> Deserialize<'de> for VariableMatrixWidth
impl<'de> Deserialize<'de> for VariableMatrixWidth
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for VariableMatrixWidth
impl Send for VariableMatrixWidth
impl Sync for VariableMatrixWidth
impl Unpin for VariableMatrixWidth
impl UnwindSafe for VariableMatrixWidth
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