pub struct LuaBootstrapRaiseScriptSetTilesParams {
pub surface_index: u32,
pub tiles: Vec<Tile>,
}Fields§
§surface_index: u32The surface whose tiles have been changed.
tiles: Vec<Tile>The tiles that have been changed.
Trait Implementations§
Source§impl Clone for LuaBootstrapRaiseScriptSetTilesParams
impl Clone for LuaBootstrapRaiseScriptSetTilesParams
Source§fn clone(&self) -> LuaBootstrapRaiseScriptSetTilesParams
fn clone(&self) -> LuaBootstrapRaiseScriptSetTilesParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LuaBootstrapRaiseScriptSetTilesParams
impl Default for LuaBootstrapRaiseScriptSetTilesParams
Source§fn default() -> LuaBootstrapRaiseScriptSetTilesParams
fn default() -> LuaBootstrapRaiseScriptSetTilesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LuaBootstrapRaiseScriptSetTilesParams
impl RefUnwindSafe for LuaBootstrapRaiseScriptSetTilesParams
impl Send for LuaBootstrapRaiseScriptSetTilesParams
impl Sync for LuaBootstrapRaiseScriptSetTilesParams
impl Unpin for LuaBootstrapRaiseScriptSetTilesParams
impl UnsafeUnpin for LuaBootstrapRaiseScriptSetTilesParams
impl UnwindSafe for LuaBootstrapRaiseScriptSetTilesParams
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