#[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TileSetBitmaskMode
Source§impl Debug for TileSetBitmaskMode
impl Debug for TileSetBitmaskMode
impl Eq for TileSetBitmaskMode
Source§impl Hash for TileSetBitmaskMode
impl Hash for TileSetBitmaskMode
Source§impl PartialEq for TileSetBitmaskMode
impl PartialEq for TileSetBitmaskMode
Source§fn eq(&self, other: &TileSetBitmaskMode) -> bool
fn eq(&self, other: &TileSetBitmaskMode) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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