width
Parameters
- self:*const CellOptions
- *const CellOptions
Source
Implementation
pub fn width(self: *const CellOptions) f32 {
return if (self.size) |size| size.w else 0;
}Source
pub fn width(self: *const CellOptions) f32 {
return if (self.size) |size| size.w else 0;
}