Enum oxygengine_composite_renderer::component::TileRotate [−][src]
pub enum TileRotate {
Degrees0,
Degrees90,
Degrees180,
Degrees270,
}Variants
Degrees0
Degrees90
Degrees180
Degrees270
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 TileRotate
impl Send for TileRotate
impl Sync for TileRotate
impl Unpin for TileRotate
impl UnwindSafe for TileRotate
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
