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