pub struct HaTileMapSystemCache { /* private fields */ }Trait Implementations§
source§impl Debug for HaTileMapSystemCache
impl Debug for HaTileMapSystemCache
source§impl Default for HaTileMapSystemCache
impl Default for HaTileMapSystemCache
source§fn default() -> HaTileMapSystemCache
fn default() -> HaTileMapSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for HaTileMapSystemCache
impl Send for HaTileMapSystemCache
impl Sync for HaTileMapSystemCache
impl Unpin for HaTileMapSystemCache
impl UnwindSafe for HaTileMapSystemCache
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
§impl<T> Initialize for Twhere
T: Default,
impl<T> Initialize for Twhere T: Default,
fn initialize(&mut self)
§unsafe fn initialize_raw(data: *mut ())
unsafe fn initialize_raw(data: *mut ())
Safety Read more