pub struct LayerTile {
pub id: usize,
pub flip_v: bool,
pub flip_h: bool,
pub palette: usize,
pub half_alpha: bool,
pub rotated: bool,
}Fields§
§id: usize§flip_v: bool§flip_h: bool§palette: usize§half_alpha: bool§rotated: boolImplementations§
Trait Implementations§
impl Eq for LayerTile
impl StructuralPartialEq for LayerTile
Auto Trait Implementations§
impl Freeze for LayerTile
impl RefUnwindSafe for LayerTile
impl Send for LayerTile
impl Sync for LayerTile
impl Unpin for LayerTile
impl UnwindSafe for LayerTile
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