pub struct TileRef<'a> {
pub tile: &'a TileInstance,
}Fields§
§tile: &'a TileInstanceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TileRef<'a>
impl<'a> RefUnwindSafe for TileRef<'a>
impl<'a> Send for TileRef<'a>
impl<'a> Sync for TileRef<'a>
impl<'a> Unpin for TileRef<'a>
impl<'a> UnwindSafe for TileRef<'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