pub struct AlertFilter {
pub entity: LuaEntity,
pub icon: SignalID,
pub message: &'static str,
pub position: MapPosition,
pub prototype: EntityID,
pub surface: SurfaceIdentification,
pub type: &'static str,
}Fields§
§entity: LuaEntity§icon: SignalID§message: &'static str§position: MapPosition§prototype: EntityID§surface: SurfaceIdentification§type: &'static strTrait Implementations§
Source§impl Clone for AlertFilter
impl Clone for AlertFilter
Source§fn clone(&self) -> AlertFilter
fn clone(&self) -> AlertFilter
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 AlertFilter
Source§impl Debug for AlertFilter
impl Debug for AlertFilter
Source§impl Default for AlertFilter
impl Default for AlertFilter
Source§fn default() -> AlertFilter
fn default() -> AlertFilter
Returns the “default value” for a type. Read more
Source§impl PartialEq for AlertFilter
impl PartialEq for AlertFilter
impl StructuralPartialEq for AlertFilter
Auto Trait Implementations§
impl Freeze for AlertFilter
impl RefUnwindSafe for AlertFilter
impl Send for AlertFilter
impl Sync for AlertFilter
impl Unpin for AlertFilter
impl UnsafeUnpin for AlertFilter
impl UnwindSafe for AlertFilter
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