pub struct GhostTintSet {
pub ghost_delivery_tint: LuaAny,
pub ghost_tint: LuaAny,
pub tile_ghost_delivery_tint: LuaAny,
pub tile_ghost_tint: LuaAny,
pub wire_tint: LuaAny,
}Fields§
§ghost_delivery_tint: LuaAny§ghost_tint: LuaAny§tile_ghost_delivery_tint: LuaAny§tile_ghost_tint: LuaAny§wire_tint: LuaAnyTrait Implementations§
Source§impl Clone for GhostTintSet
impl Clone for GhostTintSet
Source§fn clone(&self) -> GhostTintSet
fn clone(&self) -> GhostTintSet
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 moreimpl Copy for GhostTintSet
Source§impl Debug for GhostTintSet
impl Debug for GhostTintSet
Source§impl Default for GhostTintSet
impl Default for GhostTintSet
Source§fn default() -> GhostTintSet
fn default() -> GhostTintSet
Returns the “default value” for a type. Read more
Source§impl PartialEq for GhostTintSet
impl PartialEq for GhostTintSet
impl StructuralPartialEq for GhostTintSet
Auto Trait Implementations§
impl Freeze for GhostTintSet
impl RefUnwindSafe for GhostTintSet
impl Send for GhostTintSet
impl Sync for GhostTintSet
impl Unpin for GhostTintSet
impl UnsafeUnpin for GhostTintSet
impl UnwindSafe for GhostTintSet
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