Struct oxygengine_composite_renderer::component::TileCell [−][src]
pub struct TileCell {
pub col: usize,
pub row: usize,
pub flip_x: bool,
pub flip_y: bool,
pub rotate: TileRotate,
pub visible: bool,
}Fields
col: usizerow: usizeflip_x: boolflip_y: boolrotate: TileRotatevisible: boolImplementations
Trait Implementations
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 TileCell
impl UnwindSafe for TileCell
Blanket Implementations
Mutably borrows from an owned value. Read more
