Enum oxygengine_composite_renderer::component::TileRotate [−][src]
pub enum TileRotate {
Degrees0,
Degrees90,
Degrees180,
Degrees270,
}Variants
Trait Implementations
impl Clone for TileRotate[src]
impl Clone for TileRotate[src]fn clone(&self) -> TileRotate[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TileRotate[src]
impl Copy for TileRotate[src]impl Default for TileRotate[src]
impl Default for TileRotate[src]impl<'de> Deserialize<'de> for TileRotate[src]
impl<'de> Deserialize<'de> for TileRotate[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for TileRotate[src]
impl Eq for TileRotate[src]impl PartialEq<TileRotate> for TileRotate[src]
impl PartialEq<TileRotate> for TileRotate[src]impl Serialize for TileRotate[src]
impl Serialize for TileRotate[src]impl StructuralEq for TileRotate[src]
impl StructuralEq for TileRotate[src]impl StructuralPartialEq for TileRotate[src]
impl StructuralPartialEq for TileRotate[src]Auto Trait Implementations
impl RefUnwindSafe for TileRotate
impl RefUnwindSafe for TileRotateimpl Send for TileRotate
impl Send for TileRotateimpl Sync for TileRotate
impl Sync for TileRotateimpl Unpin for TileRotate
impl Unpin for TileRotateimpl UnwindSafe for TileRotate
impl UnwindSafe for TileRotateBlanket 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,