Struct ExCreateTile
pub struct ExCreateTile<'ex> { /* private fields */ }Expand description
Default-param extender for TileSetAtlasSource::create_tile_ex.
Implementations§
§impl<'ex> ExCreateTile<'ex>
impl<'ex> ExCreateTile<'ex>
pub fn size(self, size: Vector2i) -> ExCreateTile<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExCreateTile<'ex>
impl<'ex> RefUnwindSafe for ExCreateTile<'ex>
impl<'ex> !Send for ExCreateTile<'ex>
impl<'ex> !Sync for ExCreateTile<'ex>
impl<'ex> Unpin for ExCreateTile<'ex>
impl<'ex> !UnwindSafe for ExCreateTile<'ex>
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