pub struct Tileset<Image>{ /* private fields */ }
Expand description
collection of named tiles
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Image> Freeze for Tileset<Image>
impl<Image> RefUnwindSafe for Tileset<Image>where
Image: RefUnwindSafe,
impl<Image> !Send for Tileset<Image>
impl<Image> !Sync for Tileset<Image>
impl<Image> Unpin for Tileset<Image>
impl<Image> UnwindSafe for Tileset<Image>where
Image: RefUnwindSafe,
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