#[repr(u32)]pub enum TileSetAutotileBindings {
BindTopleft = 1,
BindTop = 2,
BindTopright = 4,
BindLeft = 8,
BindRight = 32,
BindBottomleft = 64,
BindBottom = 128,
BindBottomright = 256,
}Variants§
BindTopleft = 1
BindTop = 2
BindTopright = 4
BindLeft = 8
BindRight = 32
BindBottomleft = 64
BindBottom = 128
BindBottomright = 256
Trait Implementations§
Source§impl Clone for TileSetAutotileBindings
impl Clone for TileSetAutotileBindings
Source§fn clone(&self) -> TileSetAutotileBindings
fn clone(&self) -> TileSetAutotileBindings
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 TileSetAutotileBindings
impl Debug for TileSetAutotileBindings
Source§impl Hash for TileSetAutotileBindings
impl Hash for TileSetAutotileBindings
Source§impl PartialEq for TileSetAutotileBindings
impl PartialEq for TileSetAutotileBindings
impl Copy for TileSetAutotileBindings
impl Eq for TileSetAutotileBindings
impl StructuralPartialEq for TileSetAutotileBindings
Auto Trait Implementations§
impl Freeze for TileSetAutotileBindings
impl RefUnwindSafe for TileSetAutotileBindings
impl Send for TileSetAutotileBindings
impl Sync for TileSetAutotileBindings
impl Unpin for TileSetAutotileBindings
impl UnsafeUnpin for TileSetAutotileBindings
impl UnwindSafe for TileSetAutotileBindings
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