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
impl<'de> Deserialize<'de> for TileCell[src]
impl<'de> Deserialize<'de> for TileCell[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for TileCell
impl RefUnwindSafe for TileCellimpl UnwindSafe for TileCell
impl UnwindSafe for TileCellBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeId
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> TryDefault for T where
T: Default,
impl<T> TryDefault for T where
T: Default,