#[repr(u32)]pub enum TileSetBitmaskMode {
Bitmask2x2 = 0,
Bitmask3x3Minimal = 1,
Bitmask3x3 = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for TileSetBitmaskMode
impl Clone for TileSetBitmaskMode
Source§fn clone(&self) -> TileSetBitmaskMode
fn clone(&self) -> TileSetBitmaskMode
Returns a copy 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 TileSetBitmaskMode
impl Debug for TileSetBitmaskMode
Source§impl Hash for TileSetBitmaskMode
impl Hash for TileSetBitmaskMode
Source§impl PartialEq for TileSetBitmaskMode
impl PartialEq for TileSetBitmaskMode
impl Copy for TileSetBitmaskMode
impl Eq for TileSetBitmaskMode
impl StructuralPartialEq for TileSetBitmaskMode
Auto Trait Implementations§
impl Freeze for TileSetBitmaskMode
impl RefUnwindSafe for TileSetBitmaskMode
impl Send for TileSetBitmaskMode
impl Sync for TileSetBitmaskMode
impl Unpin for TileSetBitmaskMode
impl UnwindSafe for TileSetBitmaskMode
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