pub enum TileFlipValues {
Horizontal,
HorizontalAndVertical,
None,
Vertical,
}Variants§
Trait Implementations§
Source§impl Clone for TileFlipValues
impl Clone for TileFlipValues
Source§fn clone(&self) -> TileFlipValues
fn clone(&self) -> TileFlipValues
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TileFlipValues
impl Debug for TileFlipValues
Source§impl Default for TileFlipValues
impl Default for TileFlipValues
Source§impl EnumTrait for TileFlipValues
impl EnumTrait for TileFlipValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TileFlipValues
impl RefUnwindSafe for TileFlipValues
impl Send for TileFlipValues
impl Sync for TileFlipValues
impl Unpin for TileFlipValues
impl UnwindSafe for TileFlipValues
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more