pub struct TilesetAsset { /* private fields */ }Implementations
sourceimpl TilesetAsset
impl TilesetAsset
pub fn info(&self) -> &TilesetInfo
pub fn image_asset(&self) -> AssetId
Auto Trait Implementations
impl RefUnwindSafe for TilesetAsset
impl Send for TilesetAsset
impl Sync for TilesetAsset
impl Unpin for TilesetAsset
impl UnwindSafe for TilesetAsset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more